diff options
author | deva <deva> | 2010-08-03 12:29:39 +0000 |
---|---|---|
committer | deva <deva> | 2010-08-03 12:29:39 +0000 |
commit | d285c1bdb79752ef23a7252c9c2d9f408f0c9f49 (patch) | |
tree | 7c65185cdddb37dc99cccca6c5b89a9799add6a9 /server/src/macroparser.cc | |
parent | 726742e53bcbb3fa31bcd55e6e7fe305da225455 (diff) |
New script-tag attribute that includes lua code from a file.
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 eca189e..fe7f6e3 100644 --- a/server/src/macroparser.cc +++ b/server/src/macroparser.cc @@ -139,7 +139,7 @@ void MacroParser::startTag(std::string name, std::map< std::string, std::string> m->resume.attributes = attributes; - assert(m); // No macro is currently available, cannot create queries! + assert(m); // No macro is currently available, cannot create resume! return; } |