summaryrefslogtreecommitdiffstats
path: root/src/aig/hop/hopUtil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/hop/hopUtil.c')
-rw-r--r--src/aig/hop/hopUtil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/hop/hopUtil.c b/src/aig/hop/hopUtil.c
index 34f689f6..87fdb15e 100644
--- a/src/aig/hop/hopUtil.c
+++ b/src/aig/hop/hopUtil.c
@@ -523,7 +523,7 @@ void Hop_ManDumpBlif( Hop_Man_t * p, char * pFileName )
pObj->pData = (void *)Counter++;
Vec_PtrForEachEntry( vNodes, pObj, i )
pObj->pData = (void *)Counter++;
- nDigits = Extra_Base10Log( Counter );
+ nDigits = Hop_Base10Log( Counter );
// write the file
pFile = fopen( pFileName, "w" );
fprintf( pFile, "# BLIF file written by procedure Hop_ManDumpBlif() in ABC\n" );