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

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

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System Enum.cs,1.9,1.10


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System Enum.cs,1.9,1.10
Date: Thu, 20 Feb 2003 22:22:47 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System
In directory subversions:/tmp/cvs-serv5536/runtime/System

Modified Files:
        Enum.cs 
Log Message:


Bug in "Enum.Parse" when multiple values are supplied, separated by commas.


Index: Enum.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Enum.cs,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Enum.cs     19 Jun 2002 05:07:27 -0000      1.9
--- Enum.cs     21 Feb 2003 03:22:45 -0000      1.10
***************
*** 408,412 ****
                                        else
                                        {
!                                               finalValue = EnumValueOr(value, 
newValue);
                                        }
                                }
--- 408,412 ----
                                        else
                                        {
!                                               finalValue = 
EnumValueOr(finalValue, newValue);
                                        }
                                }





reply via email to

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