diff options
Diffstat (limited to 'UMain.pas')
| -rw-r--r-- | UMain.pas | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6190,7 +6190,7 @@ begin if Res = mbYes then DebugMsg(['(II) HandleRunFromArchive: Selected extract and execute single item']) else DebugMsg(['(II) HandleRunFromArchive: Selected extract all and execute']); - s := ConfTempPath + '-XXXXXX'; + s := IncludeTrailingPathDelimiter(ConfTempPath) + 'tuxcmd-XXXXXX'; tmp := strdup(PChar(s)); tmp := mkdtemp(tmp); if tmp = nil then begin |
