Commit 427476fc authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #152 from gilelad/master

Fix segfault on invalid bounding FIG when patching dot
parents 27ce1cf5 1bd2e38a
...@@ -1102,7 +1102,7 @@ bool DotFilePatcher::run() ...@@ -1102,7 +1102,7 @@ bool DotFilePatcher::run()
} }
else // error invalid map id! else // error invalid map id!
{ {
err("Found invalid bounding FIG id in file %s!\n",mapId,m_patchFile.data()); err("Found invalid bounding FIG %d in file %s!\n",mapId,m_patchFile.data());
t << line; t << line;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment