mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 03:48:27 +02:00
LazLogger: fixed logfile with relative path
git-svn-id: trunk@44296 -
This commit is contained in:
parent
1489dc5cb6
commit
4ea228a9e3
@ -253,7 +253,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