From d7c7c961e8c35c2d8587ec7f60aac5e309284a97 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 13 Nov 2009 11:00:08 +0000 Subject: Added SessionIDs to http communication. Made SAXParser run on const char*. --- server/src/macroheaderparser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/macroheaderparser.cc') diff --git a/server/src/macroheaderparser.cc b/server/src/macroheaderparser.cc index 6193e94..48ed381 100644 --- a/server/src/macroheaderparser.cc +++ b/server/src/macroheaderparser.cc @@ -121,7 +121,7 @@ int MacroHeaderParser::readData(char *data, size_t size) return r; } -void MacroHeaderParser::parseError(char *buf, size_t len, std::string error, int lineno) +void MacroHeaderParser::parseError(const char *buf, size_t len, std::string error, int lineno) { if(m) return; // Ignore "unclosed token" errors when the macro tag has been parsed. -- cgit v1.2.3