diff options
Diffstat (limited to 'src/lexer.l')
-rw-r--r-- | src/lexer.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lexer.l b/src/lexer.l index 77308a0..7f6586a 100644 --- a/src/lexer.l +++ b/src/lexer.l @@ -218,7 +218,7 @@ void includefile() handle_dep(boosty::absolute(finfo).string()); yyin = fopen(boosty::absolute(finfo).string().c_str(), "r"); if (!yyin) { - PRINTF("WARNING: Can't open input file `%s'.", filename.c_str()); + PRINTB("WARNING: Can't open input file '%s'.", filename); path_stack.pop_back(); return; } |