summaryrefslogtreecommitdiff
path: root/src/lexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexer.l')
-rw-r--r--src/lexer.l2
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;
}
contact: Jan Huwald // Impressum