diff options
Diffstat (limited to 'src/map/mio/mioRead.c')
-rw-r--r-- | src/map/mio/mioRead.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/mio/mioRead.c b/src/map/mio/mioRead.c index c682ef60..b170256d 100644 --- a/src/map/mio/mioRead.c +++ b/src/map/mio/mioRead.c @@ -382,7 +382,8 @@ Mio_Gate_t * Mio_LibraryReadGate( char ** ppToken, int fExtendedFormat ) // then rest of the expression pToken = strtok( NULL, ";" ); - pGate->pForm = Mio_LibraryCleanStr( pToken ); +// pGate->pForm = Mio_LibraryCleanStr( pToken ); + pGate->pForm = Abc_UtilStrsav( pToken ); // read the pin info // start the linked list of pins |