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/Microsoft/Win32 RegistryKey.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/Microsoft/Win32 RegistryKey.cs,1.2,1.3
Date: Sat, 05 Apr 2003 01:28:34 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/Microsoft/Win32
In directory subversions:/tmp/cvs-serv9383/runtime/Microsoft/Win32

Modified Files:
        RegistryKey.cs 
Log Message:


Fix minor semantic compile errors discovered by csc.


Index: RegistryKey.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/Microsoft/Win32/RegistryKey.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** RegistryKey.cs      4 Apr 2003 02:50:00 -0000       1.2
--- RegistryKey.cs      5 Apr 2003 06:28:31 -0000       1.3
***************
*** 87,90 ****
--- 87,91 ----
                                RegistryKey prevStart;
  
+                               last = String.Empty;
                                while((index = subkey.IndexOf('\\')) != -1 ||
                                      (index = subkey.IndexOf('/')) != -1)





reply via email to

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