fixed problem with full path-file-name.

This commit is contained in:
2017-01-14 11:44:35 +01:00
parent ad082a8cb2
commit 30708ff4bc
3 changed files with 12 additions and 3 deletions

View File

@ -2388,6 +2388,7 @@ void PTextEdit::musrDump()
QVector<QString> cmd;
QString str = fAdmin->getExecPath() + "/dump_header";
cmd.append(str);
cmd.append("-fn");
cmd.append(fileName);
PDumpOutputHandler dumpOutputHandler(cmd);