From 36e888dd1208822ae6df13b63f32c97d36b0a616 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Fri, 1 Sep 2006 21:43:14 +0000 Subject: [PATCH] Output characters and not ASCII codes in parse_error --- source/parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/parser.cpp b/source/parser.cpp index c9ad188..7b9af11 100644 --- a/source/parser.cpp +++ b/source/parser.cpp @@ -341,7 +341,7 @@ string Parser::get_location() void Parser::parse_error(int c, int state) { ostringstream ss; - ss<