diff --git a/src/f1/f1lib.cpp b/src/f1/f1lib.cpp index db217e0c6..74fa31eaa 100644 --- a/src/f1/f1lib.cpp +++ b/src/f1/f1lib.cpp @@ -135,7 +135,7 @@ void run_cont_ini() #ifdef DBG run_string.cut(0) << "cg2 -0 -i" << F1_INIREGCONT << "*" << ".ini" << " /u" << user(); #else - run_string.cut(0) << "cg2 -0 -i" << tmp_dir << "\\" << F1_REGCONT << "*" << ".ini" << " /u" << user(); + run_string.cut(0) << "cg2 -0 -i" << TFilename().tempdir() << "\\" << F1_INIREGCONT << "*" << ".ini" << " /u" << user(); #endif TExternal_app(run_string).run(); } \ No newline at end of file