mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Save exceptions log to user directory.
This commit is contained in:
parent
e1dbd8fa91
commit
6ec69db26f
1 changed files with 1 additions and 1 deletions
|
|
@ -1732,7 +1732,7 @@ var
|
|||
begin
|
||||
// Write exception backtrace to a file.
|
||||
|
||||
filename := ExtractOnlyFileName(Application.ExeName) + '.err';
|
||||
filename := gpIniDir + ExtractOnlyFileName(Application.ExeName) + '.err';
|
||||
AssignFile(f, filename);
|
||||
if not FileExists(filename) then
|
||||
Rewrite(f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue