summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-04-19 22:00:49 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-04-19 22:00:49 (GMT)
commit6dae72421aa759624212773983cb7e17c60100f8 (patch)
treefb3f02c5c785b7271b23843ac5c2c9a3046445f6 /src
parent2bbf88bb7d71113c000ccb9f6c791a98b77e2891 (diff)
parent92111756eca6114b5b7ba6d1331f38d38ef4e976 (diff)
downloadDoxygen-6dae72421aa759624212773983cb7e17c60100f8.zip
Doxygen-6dae72421aa759624212773983cb7e17c60100f8.tar.gz
Doxygen-6dae72421aa759624212773983cb7e17c60100f8.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src')
-rw-r--r--src/dot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dot.cpp b/src/dot.cpp
index a1540af..051a438 100644
--- a/src/dot.cpp
+++ b/src/dot.cpp
@@ -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;
}
}