Skip to content

Commit

Permalink
Windows fix
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 29, 2014
1 parent fed79a6 commit c6e18be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/main.cpp
Expand Up @@ -164,7 +164,7 @@ LONG WINAPI exceptionFilter(LPEXCEPTION_POINTERS info)
}
// Dump a stack trace to a file.
QFile stackTraceFile;
stackTraceFile.setFileName(QString("%1/openmodelica.stacktrace.%2").arg(OMEdit::tempDirectory()).arg(Helper::OMCServerName));
stackTraceFile.setFileName(QString("%1/openmodelica.stacktrace.%2").arg(OpenModelica::tempDirectory()).arg(Helper::OMCServerName));
if (stackTraceFile.open(QIODevice::WriteOnly | QIODevice::Text))
{
QTextStream out(&stackTraceFile);
Expand Down

0 comments on commit c6e18be

Please sign in to comment.