summaryrefslogtreecommitdiffstats
path: root/src/proof/fra
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/fra')
-rw-r--r--src/proof/fra/fraSim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/fra/fraSim.c b/src/proof/fra/fraSim.c
index 3b2fc219..bbe68717 100644
--- a/src/proof/fra/fraSim.c
+++ b/src/proof/fra/fraSim.c
@@ -894,7 +894,7 @@ Vec_Str_t * Fra_SmlSimulateReadFile( char * pFileName )
Vec_StrPush( vRes, (char)(c - '0') );
else if ( c != ' ' && c != '\r' && c != '\n' && c != '\t' )
{
- printf( "File \"%s\" contains symbol (%c) other than \'0\' or \'1\'.\n", (char)c );
+ printf( "File \"%s\" contains symbol (%c) other than \'0\' or \'1\'.\n", pFileName, (char)c );
Vec_StrFreeP( &vRes );
break;
}