dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnet/engine lib_reflect.c,1.51,1.52


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/engine lib_reflect.c,1.51,1.52
Date: Fri, 14 Nov 2003 00:46:25 +0000

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv17900/engine

Modified Files:
        lib_reflect.c 
Log Message:


Fix a segv in the previous checkin.


Index: lib_reflect.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_reflect.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** lib_reflect.c       13 Nov 2003 22:17:50 -0000      1.51
--- lib_reflect.c       14 Nov 2003 00:46:22 -0000      1.52
***************
*** 2259,2263 ****
                /* Get the field's type and a pointer to it */
                type = ILField_Type(field);
!               ptr = ((ILClassPrivate 
*)(GetObjectClass(obj)->userData))->staticData;
                if(ptr)
                {
--- 2259,2264 ----
                /* Get the field's type and a pointer to it */
                type = ILField_Type(field);
!               ptr = ((ILClassPrivate *)((ILField_Owner(field))->userData))
!                                       ->staticData;
                if(ptr)
                {
***************
*** 2333,2337 ****
                /* Get the field's type and a pointer to it */
                type = ILField_Type(field);
!               ptr = ((ILClassPrivate 
*)(GetObjectClass(obj)->userData))->staticData;
                if(ptr)
                {
--- 2334,2339 ----
                /* Get the field's type and a pointer to it */
                type = ILField_Type(field);
!               ptr = ((ILClassPrivate *)((ILField_Owner(field))->userData))
!                                       ->staticData;
                if(ptr)
                {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]