summaryrefslogtreecommitdiffstats
path: root/src/msc.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-06-13 13:44:22 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-06-13 13:44:22 (GMT)
commit261b6e85dd231edbc7b8b2710f7bd3263ae5367e (patch)
treeba3eb14733e6127d79ec2393c1f92344e9761893 /src/msc.cpp
parentfabc36878377119b13bb5b20dff0026d8dd350a5 (diff)
downloadDoxygen-261b6e85dd231edbc7b8b2710f7bd3263ae5367e.zip
Doxygen-261b6e85dd231edbc7b8b2710f7bd3263ae5367e.tar.gz
Doxygen-261b6e85dd231edbc7b8b2710f7bd3263ae5367e.tar.bz2
Bug 489766 - Wrong MSC syntax rejected *silently*
Different types of inFile in different routines.
Diffstat (limited to 'src/msc.cpp')
-rw-r--r--src/msc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msc.cpp b/src/msc.cpp
index eb75fe1..71d37c4 100644
--- a/src/msc.cpp
+++ b/src/msc.cpp
@@ -181,7 +181,7 @@ QCString getMscImageMapFromFile(const QCString& inFile, const QCString& outDir,
if ((exitCode=portable_system(mscExe,mscArgs,FALSE))!=0)
{
err("Problems running %s (mapping phase). Check your installation or look typos in you msc file %s\n",
- mscExe.data(),inFile);
+ mscExe.data(),inFile.data());
portable_sysTimerStop();
QDir::setCurrent(oldDir);
return "";