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.44,1.45


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine lib_reflect.c,1.44,1.45
Date: Thu, 07 Aug 2003 23:56:54 -0400

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

Modified Files:
        lib_reflect.c 
Log Message:


Fix a compile warning in previous checkin.


Index: lib_reflect.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_reflect.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** lib_reflect.c       7 Aug 2003 14:02:53 -0000       1.44
--- lib_reflect.c       8 Aug 2003 03:56:51 -0000       1.45
***************
*** 784,788 ****
  
        /* create the image array */
!       if (!(images = (ILImage *)ILMalloc(sizeof(ILImage *)*num)))
        {
                IL_METADATA_UNLOCK(thread);
--- 784,788 ----
  
        /* create the image array */
!       if (!(images = (ILImage **)ILMalloc(sizeof(ILImage *)*num)))
        {
                IL_METADATA_UNLOCK(thread);





reply via email to

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