mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-17 09:56:10 +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;
|
if FLogName = AValue then Exit;
|
||||||
DoCloseFile;
|
DoCloseFile;
|
||||||
|
|
||||||
FLogName := CreateAbsolutePath(AValue, GetCurrentDirUTF8);
|
FLogName := CleanAndExpandFilename(AValue);
|
||||||
|
|
||||||
FLogTextFailed := False;
|
FLogTextFailed := False;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user