mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 12:19:21 +02:00
lazutils: fixed compilation
git-svn-id: trunk@35088 -
This commit is contained in:
parent
a843068398
commit
380da77e72
@ -91,7 +91,7 @@ begin
|
||||
Result:=rsModified;
|
||||
try
|
||||
Result:=Result+FormatDateTime('DD/MM/YYYY hh:mm',
|
||||
FileDateToDateTimeDef(FileAgeUTF8(AFilename)));
|
||||
FileDateToDateTime(FileAgeUTF8(AFilename)));
|
||||
except
|
||||
Result:=Result+'?';
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user