summaryrefslogtreecommitdiffstats
path: root/src/bdd
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2019-03-19 11:26:43 +0200
committerAlan Mishchenko <alanmi@berkeley.edu>2019-03-19 11:26:43 +0200
commit66d2201c2be58c82c4b34bce8b6f789e59994c04 (patch)
treeee19e503dc75b53c9a4d9168b5721ceb01ddd91f /src/bdd
parentcde2830d7cc4a0c789a95f4856d8405969ddd3c7 (diff)
downloadabc-66d2201c2be58c82c4b34bce8b6f789e59994c04.tar.gz
abc-66d2201c2be58c82c4b34bce8b6f789e59994c04.tar.bz2
abc-66d2201c2be58c82c4b34bce8b6f789e59994c04.zip
Fixing several potential bugs.
Diffstat (limited to 'src/bdd')
-rw-r--r--src/bdd/dsd/dsdProc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bdd/dsd/dsdProc.c b/src/bdd/dsd/dsdProc.c
index bcc3102c..8c775e8b 100644
--- a/src/bdd/dsd/dsdProc.c
+++ b/src/bdd/dsd/dsdProc.c
@@ -873,7 +873,7 @@ if ( s_Show )
for ( m = 0; m < pLR->nDecs; m++ )
if ( pLR->pDecs[m] != pLastDiffL )
pCommon[nCommon++] = pLR->pDecs[m];
- assert( nCommon = pLR->nDecs-1 );
+ assert( nCommon == pLR->nDecs-1 );
}
}
else