1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-01-30 23:00:18 -05:00

Fixed lil bug in PS + Updated Todo.txt

This commit is contained in:
Raymond 2010-04-14 16:13:03 +02:00
parent 48ad089549
commit 0ba578ee9f
2 changed files with 1 additions and 2 deletions

View File

@ -550,7 +550,7 @@ begin
if assigned(res) then begin
case res^.aType.BaseType of
{$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:
begin
if TPSTypeRec_Set(res.aType).aByteSize >4 then GetPtr(res);

View File

@ -6,5 +6,4 @@
- Installer
- Test scripts
- DWS
- OCR exceptions + proper implementation of len
- Documentation + wiki