From 6642e40af55770233f0f5db0153a8edc5bd774b6 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 22 Dec 2015 22:09:25 -1000 Subject: Corner-case bug in 'read_profile'. --- src/map/mio/mioUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') 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 -- cgit v1.2.3