mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-23 06:09:48 +01: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;
|
Result:=rsModified;
|
||||||
try
|
try
|
||||||
Result:=Result+FormatDateTime('DD/MM/YYYY hh:mm',
|
Result:=Result+FormatDateTime('DD/MM/YYYY hh:mm',
|
||||||
FileDateToDateTimeDef(FileAgeUTF8(AFilename)));
|
FileDateToDateTime(FileAgeUTF8(AFilename)));
|
||||||
except
|
except
|
||||||
Result:=Result+'?';
|
Result:=Result+'?';
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user