mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-07 02:30:19 -05:00
Fixed lil bug in PS + Updated Todo.txt
This commit is contained in:
parent
48ad089549
commit
0ba578ee9f
@ -550,7 +550,7 @@ begin
|
|||||||
if assigned(res) then begin
|
if assigned(res) then begin
|
||||||
case res^.aType.BaseType of
|
case res^.aType.BaseType of
|
||||||
{$IFNDEF PS_NOWIDESTRING}btWideString, btUnicodeString, {$ENDIF}
|
{$IFNDEF PS_NOWIDESTRING}btWideString, btUnicodeString, {$ENDIF}
|
||||||
btInterface, btArray, btrecord, {$IFNDEF PS_FPCSTRINGWORKAROUND}btstring, {$ENDIF}btVariant, btStaticArray: GetPtr(res);
|
btInterface, {$IFNDEF FPC} btArray, {$ENDIF}btrecord, {$IFNDEF PS_FPCSTRINGWORKAROUND}btstring, {$ENDIF}btVariant, btStaticArray: GetPtr(res);
|
||||||
btSet:
|
btSet:
|
||||||
begin
|
begin
|
||||||
if TPSTypeRec_Set(res.aType).aByteSize >4 then GetPtr(res);
|
if TPSTypeRec_Set(res.aType).aByteSize >4 then GetPtr(res);
|
||||||
|
Loading…
Reference in New Issue
Block a user