From c44cc56a9a2ddc6eb604f2eaa21ee2696b364771 Mon Sep 17 00:00:00 2001 From: sg Date: Wed, 5 Jan 2000 18:59:56 +0000 Subject: [PATCH] * Fixed missing () in InsertProp which caused memory corruptions * GetOrdProp handles Char and WChar now. (there are still some property types missing!) --- rtl/objpas/typinfo.pp | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/rtl/objpas/typinfo.pp b/rtl/objpas/typinfo.pp index 8f7c33ca11..70c6d0b651 100644 --- a/rtl/objpas/typinfo.pp +++ b/rtl/objpas/typinfo.pp @@ -432,7 +432,7 @@ unit typinfo; I:=0; While (IPL^[I]^.Name) do Inc(I); If I