summaryrefslogtreecommitdiffstats
path: root/src/map/mio/mioForm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mio/mioForm.c')
-rw-r--r--src/map/mio/mioForm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mio/mioForm.c b/src/map/mio/mioForm.c
index b3b962c0..9c62212d 100644
--- a/src/map/mio/mioForm.c
+++ b/src/map/mio/mioForm.c
@@ -290,7 +290,7 @@ int Mio_GateCollectNames( char * pFormula, char * pPinNames[] )
break;
if ( i == nPins )
{ // cannot find this name; save it
- pPinNames[nPins++] = Mio_UtilStrsav(pTemp);
+ pPinNames[nPins++] = Abc_UtilStrsav(pTemp);
}
// get the next name
pTemp = strtok( NULL, " " );