summaryrefslogtreecommitdiffstats
path: root/src/sat/cnf
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat/cnf')
-rw-r--r--src/sat/cnf/cnfData.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sat/cnf/cnfData.c b/src/sat/cnf/cnfData.c
index 3d3cdf37..797066e7 100644
--- a/src/sat/cnf/cnfData.c
+++ b/src/sat/cnf/cnfData.c
@@ -4737,7 +4737,7 @@ int Aig_ManDeriveCnfTest2()
Counter += CountCur;
pNums[uTruth] = CountCur;
pSops[uTruth] = ALLOC( char, CountCur );
- memcpy( pSops[uTruth], Sop, CountCur );
+ memcpy( pSops[uTruth], Sop, (size_t)CountCur );
pLines[nLines++] = Counter;
}
fclose( pFile );