Commit 1bd2e38a authored by Gil Elad's avatar Gil Elad

Fix segfault on invalid bounding FIG when patching dot

parent 385b87e0
......@@ -1102,7 +1102,7 @@ bool DotFilePatcher::run()
}
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;
}
}
......
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