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_enum.c,1.8,1.9


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine lib_enum.c,1.8,1.9
Date: Mon, 21 Jul 2003 10:05:17 -0400

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

Modified Files:
        lib_enum.c 
Log Message:
fix a sign extension problem in enums and minor parsing issue in faq


Index: lib_enum.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_enum.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** lib_enum.c  20 Jul 2003 18:39:44 -0000      1.8
--- lib_enum.c  21 Jul 2003 14:05:15 -0000      1.9
***************
*** 587,591 ****
  
        /* Convert the value from object form into raw form */
!       enumValue = GetRawEnumValue(thread, value) & mask;
        leftOver = enumValue;
        
--- 587,591 ----
  
        /* Convert the value from object form into raw form */
!       enumValue = GetRawEnumValue(thread, value);
        leftOver = enumValue;
        





reply via email to

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