summaryrefslogtreecommitdiffstats
path: root/src/map/mapper
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-09-24 22:57:01 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-09-24 22:57:01 -0700
commitd0197d83782fd016358360c305d5d4dcd7ef95d8 (patch)
treefb4e57749dc33ee0a4bb7befd4087e0e97cec4ac /src/map/mapper
parent4ab0c4b204b4c3cb71155b78b258051baafed7c0 (diff)
downloadabc-d0197d83782fd016358360c305d5d4dcd7ef95d8.tar.gz
abc-d0197d83782fd016358360c305d5d4dcd7ef95d8.tar.bz2
abc-d0197d83782fd016358360c305d5d4dcd7ef95d8.zip
Changed printouts in a few places in supergate computation.
Diffstat (limited to 'src/map/mapper')
-rw-r--r--src/map/mapper/mapperTree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/mapper/mapperTree.c b/src/map/mapper/mapperTree.c
index b41dfe54..179487f8 100644
--- a/src/map/mapper/mapperTree.c
+++ b/src/map/mapper/mapperTree.c
@@ -147,6 +147,8 @@ int Map_LibraryReadFileTree( Map_SuperLib_t * pLib, FILE * pFile, char *pFileNam
#ifdef __linux__
snprintf( pLibFile, 5000, "%s/%s", dirname(strdup(pFileName)), pLibName );
#else
+// strcpy( pLibFile, pFileName );
+
{
char * pStr;
strcpy( pLibFile, pFileName );
@@ -158,6 +160,7 @@ int Map_LibraryReadFileTree( Map_SuperLib_t * pLib, FILE * pFile, char *pFileNam
else
sprintf( pStr, "\\%s", pLibName );
}
+
#endif
pFileGen = Io_FileOpen( pLibFile, "open_path", "r", 1 );