mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:39:26 +02:00
* Merging revisions 48708 from branches/fixes_3_2:
------------------------------------------------------------------------ r48708 | michael | 2021-02-18 11:59:39 +0100 (Thu, 18 Feb 2021) | 1 line * Fix missing ftLongWord ------------------------------------------------------------------------ git-svn-id: tags/release_3_2_2_rc1@48709 -
This commit is contained in:
parent
a85e8b419e
commit
09d9f28b4d
@ -1232,11 +1232,13 @@ begin
|
||||
VL := InternalStrToInt64(Source, Len);
|
||||
Move(VL, Dest^, SizeOf(LargeInt));
|
||||
end;
|
||||
{$IF FPC_FULLVERSION >=30301}
|
||||
ftLongWord:
|
||||
begin
|
||||
VO := InternalStrToDWord(Source, Len);
|
||||
Move(VO, Dest^, SizeOf(LongWord));
|
||||
end;
|
||||
{$ENDIF}
|
||||
ftFloat:
|
||||
begin
|
||||
VF := InternalStrToFloat(Source, Len);
|
||||
|
Loading…
Reference in New Issue
Block a user