From 261b6e85dd231edbc7b8b2710f7bd3263ae5367e Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 13 Jun 2019 15:44:22 +0200 Subject: Bug 489766 - Wrong MSC syntax rejected *silently* Different types of inFile in different routines. --- src/msc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; -- cgit v0.12