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

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

[Dotgnu-pnet-commits] CVS: pnet/engine lib_reflect.c,1.40,1.41


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine lib_reflect.c,1.40,1.41
Date: Wed, 16 Jul 2003 19:52:02 -0400

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

Modified Files:
        lib_reflect.c 
Log Message:


DeserializeObject: missing ';' in the name of the type passed
to "ILExecThreadLookupType".


Index: lib_reflect.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_reflect.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** lib_reflect.c       9 Jul 2003 16:04:30 -0000       1.40
--- lib_reflect.c       16 Jul 2003 23:52:00 -0000      1.41
***************
*** 120,124 ****
        ILObject ** buf;
        ILType *typeAttr;
!       ILType *systemType=ILExecThreadLookupType(thread,"oSystem.Type");
        ILClass *classInfo;
        char *copyStr;
--- 120,124 ----
        ILObject ** buf;
        ILType *typeAttr;
!       ILType *systemType=ILExecThreadLookupType(thread,"oSystem.Type;");
        ILClass *classInfo;
        char *copyStr;





reply via email to

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