Skip to content

Commit

Permalink
https://github.com/danieleteti/delphimvcframework/issues/570#issuecom…
Browse files Browse the repository at this point in the history
…ment-1208823039
  • Loading branch information
danieleteti committed Aug 9, 2022
1 parent d5c8b8e commit 2e91fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/MVCFramework.Serializer.JsonDataObjects.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2367,7 +2367,7 @@ procedure TMVCJsonDataObjectsSerializer.JSONObjectToRecordStatic(const JSONObjec
lTypeSize := RTTIType.TypeSize;
GetMem(Buffer, lTypeSize);
FillChar(Buffer^, lTypeSize, 0);
{$IF Defined(RIOORBETTER)}
{$IF Defined(SYDNEYORBETTER)}
InvokeRecordInitializer(Buffer, RTTIType.Handle);
{$ENDIF}
lField := nil;
Expand Down

0 comments on commit 2e91fb6

Please sign in to comment.