mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +02:00
IDE: less hints
git-svn-id: trunk@53612 -
This commit is contained in:
parent
441c50a328
commit
8eca0ff4a0
@ -260,7 +260,7 @@ var
|
||||
FS: TFormatSettings;
|
||||
MyDate: Extended;
|
||||
begin
|
||||
FillChar(FS, SizeOf(TFormatSettings), 0);
|
||||
FillChar(FS{%H-}, SizeOf(TFormatSettings), 0);
|
||||
FS.DecimalSeparator := '.';
|
||||
if TryStrToFloat(aValue, MyDate, FS) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user