diff options
Diffstat (limited to 'server/src/macroparser.cc')
-rw-r--r-- | server/src/macroparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macroparser.cc b/server/src/macroparser.cc index 0b0257e..863c52e 100644 --- a/server/src/macroparser.cc +++ b/server/src/macroparser.cc @@ -304,7 +304,7 @@ int MacroParser::readData(char *data, size_t size) return r; } -void MacroParser::parseError(char *buf, size_t len, std::string error, int lineno) +void MacroParser::parseError(const char *buf, size_t len, std::string error, int lineno) { PRACRO_ERR_LOG(macro, "MacroParser[%s] error at line %d: %s\n", file.c_str(), lineno, error.c_str()); PRACRO_ERR_LOG(macro, "\tBuffer %u bytes: [", len); |