summaryrefslogtreecommitdiff
path: root/UMain.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-11 21:20:19 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-11 21:20:19 +0200
commit0e9829d522373f39770b317dcff7095c02dbc4be (patch)
tree7cb05d48a70d6a5acf8bae86955e8c37d151d221 /UMain.pas
parent30a547b8f4f9f01b8270d653c7ac3784a8ce981c (diff)
downloadtuxcmd-0e9829d522373f39770b317dcff7095c02dbc4be.tar.xz
Preferences dialog: add VFS temp path entryv0.6.42
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