From: Mikko Rasa Date: Fri, 1 Sep 2006 21:43:14 +0000 (+0000) Subject: Output characters and not ASCII codes in parse_error X-Git-Tag: 1.0~35 X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=commitdiff_plain;h=36e888dd1208822ae6df13b63f32c97d36b0a616 Output characters and not ASCII codes in parse_error --- 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<