mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 20:59:10 +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;
|
||||
MyDate: Extended;
|
||||
begin
|
||||
FS := Default(TFormatSettings);
|
||||
FillChar(FS, SizeOf(TFormatSettings), 0);
|
||||
FS.DecimalSeparator := '.';
|
||||
if TryStrToFloat(aValue, MyDate, FS) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user