summaryrefslogtreecommitdiff
path: root/UMain.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UMain.pas')
-rw-r--r--UMain.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/UMain.pas b/UMain.pas
index 1e9f86f..a7dd28a 100644
--- a/UMain.pas
+++ b/UMain.pas
@@ -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