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:
martin 2014-02-28 17:43:54 +00:00
parent addb84aacf
commit f6b65edd25

View File

@ -244,7 +244,7 @@ begin
if FLogName = AValue then Exit;
DoCloseFile;
FLogName := CreateAbsolutePath(AValue, GetCurrentDirUTF8);
FLogName := CleanAndExpandFilename(AValue);
FLogTextFailed := False;
end;