Add missing quotation mark to error message.
svn-id: r42406
This commit is contained in:
parent
f278432144
commit
c3ce2087bb
2 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ bool EMCInterpreter::load(const char *filename, EMCData *scriptData, const Commo
|
|||
error("No DATA chunk found in file: '%s'", filename);
|
||||
|
||||
if (stream->err())
|
||||
error("Read error while parsing file '%s", filename);
|
||||
error("Read error while parsing file '%s'", filename);
|
||||
|
||||
delete stream;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue