Corner-case bug in 'read_profile'.

This commit is contained in:
Alan Mishchenko 2015-12-22 22:09:25 -10:00
parent 68bc46be0e
commit 6642e40af5
1 changed files with 1 additions and 1 deletions

View File

@ -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