summaryrefslogtreecommitdiffstats
path: root/src/dot.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-09-23 19:00:29 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-09-23 19:00:29 (GMT)
commit68c063cbffc38c1528dd86232a8b8642fae26b1b (patch)
tree88761df613cf2fb63829b8c8cd90a614ed06df58 /src/dot.cpp
parent79dedb65ae1f9306b83a69058dbd2015ef7c3b94 (diff)
downloadDoxygen-68c063cbffc38c1528dd86232a8b8642fae26b1b.zip
Doxygen-68c063cbffc38c1528dd86232a8b8642fae26b1b.tar.gz
Doxygen-68c063cbffc38c1528dd86232a8b8642fae26b1b.tar.bz2
Bug 736022 - [PATCH] Fix potential null pointer dereference in src/index.cpp
Diffstat (limited to 'src/dot.cpp')
-rw-r--r--src/dot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dot.cpp b/src/dot.cpp
index 55e34df..4638309 100644
--- a/src/dot.cpp
+++ b/src/dot.cpp
@@ -1095,7 +1095,7 @@ bool DotFilePatcher::run()
// mapId,m_patchFile.data(),map->mapFile.data());
if (!writeVecGfxFigure(t,map->label,map->mapFile))
{
- err("problem writing Gfx %d figure!\n",t);
+ err("problem writing FIG %d figure!\n",mapId);
return FALSE;
}
}