diff options
author | albert-github <albert.tests@gmail.com> | 2019-06-13 13:44:22 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-06-13 13:44:22 (GMT) |
commit | 261b6e85dd231edbc7b8b2710f7bd3263ae5367e (patch) | |
tree | ba3eb14733e6127d79ec2393c1f92344e9761893 /src | |
parent | fabc36878377119b13bb5b20dff0026d8dd350a5 (diff) | |
download | Doxygen-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')
-rw-r--r-- | src/msc.cpp | 2 |
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 ""; |