diff options
Diffstat (limited to 'src/map/if/ifCom.c')
-rw-r--r-- | src/map/if/ifCom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/ifCom.c b/src/map/if/ifCom.c index fda791c2..dd6477d1 100644 --- a/src/map/if/ifCom.c +++ b/src/map/if/ifCom.c @@ -290,7 +290,7 @@ int If_CommandReadBox( Abc_Frame_t * pAbc, int argc, char **argv ) pLib = fExtended ? If_LibBoxRead2( FileName ) : If_LibBoxRead( FileName ); if ( pLib == NULL ) { - fprintf( pErr, "Reading LUT library has failed.\n" ); + fprintf( pErr, "Reading box library has failed.\n" ); goto usage; } // replace the current library |