summaryrefslogtreecommitdiffstats
path: root/src/map
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-12-22 22:09:25 -1000
committerAlan Mishchenko <alanmi@berkeley.edu>2015-12-22 22:09:25 -1000
commit6642e40af55770233f0f5db0153a8edc5bd774b6 (patch)
treed004f07bb8eccd664dd73cf2f46f516fbd42882e /src/map
parent68bc46be0ea380d3b9df72e04ab8d6cc06d5da1d (diff)
downloadabc-6642e40af55770233f0f5db0153a8edc5bd774b6.tar.gz
abc-6642e40af55770233f0f5db0153a8edc5bd774b6.tar.bz2
abc-6642e40af55770233f0f5db0153a8edc5bd774b6.zip
Corner-case bug in 'read_profile'.
Diffstat (limited to 'src/map')
-rw-r--r--src/map/mio/mioUtils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mio/mioUtils.c b/src/map/mio/mioUtils.c
index c7c6c6dc..71ff2258 100644
--- a/src/map/mio/mioUtils.c
+++ b/src/map/mio/mioUtils.c
@@ -1377,7 +1377,7 @@ void Mio_LibraryReadProfile( FILE * pFile, Mio_Library_t * pLib )
pGate = Mio_LibraryReadGateByName( pLib, pToken, NULL );
if ( pGate == NULL )
{
- printf( "Cannot find gate \"%s\" in library \"%s\".\n", Mio_GateReadName(pGate), Mio_LibraryReadName(pLib) );
+ printf( "Cannot find gate \"%s\" in library \"%s\".\n", pToken, Mio_LibraryReadName(pLib) );
continue;
}
// read profile