mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 14:19:08 +02:00
ide: FPC 2.6.4 compatibility
git-svn-id: trunk@53603 -
This commit is contained in:
parent
6160f4e419
commit
7074c04587
@ -260,7 +260,7 @@ var
|
|||||||
FS: TFormatSettings;
|
FS: TFormatSettings;
|
||||||
MyDate: Extended;
|
MyDate: Extended;
|
||||||
begin
|
begin
|
||||||
FS := Default(TFormatSettings);
|
FillChar(FS, SizeOf(TFormatSettings), 0);
|
||||||
FS.DecimalSeparator := '.';
|
FS.DecimalSeparator := '.';
|
||||||
if TryStrToFloat(aValue, MyDate, FS) then
|
if TryStrToFloat(aValue, MyDate, FS) then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user