mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:10:27 +02:00
Merged revision(s) 44296 #4ea228a9e3 from trunk:
LazLogger: fixed logfile with relative path git-svn-id: branches/fixes_1_2@44297 -
This commit is contained in:
parent
addb84aacf
commit
f6b65edd25
@ -244,7 +244,7 @@ begin
|
||||
if FLogName = AValue then Exit;
|
||||
DoCloseFile;
|
||||
|
||||
FLogName := CreateAbsolutePath(AValue, GetCurrentDirUTF8);
|
||||
FLogName := CleanAndExpandFilename(AValue);
|
||||
|
||||
FLogTextFailed := False;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user