From 0e9829d522373f39770b317dcff7095c02dbc4be Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Wed, 11 Jun 2008 21:20:19 +0200 Subject: Preferences dialog: add VFS temp path entry --- UMain.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UMain.pas') 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 -- cgit v1.2.3