fixed problem with full path-file-name.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user