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/IO StreamWriter.cs,1.


From: Adam Ballai <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO StreamWriter.cs,1.7,1.8
Date: Sun, 09 Feb 2003 04:49:02 -0500

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

Modified Files:
        StreamWriter.cs 
Log Message:


Index: StreamWriter.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet//pnetlib/runtime/System/IO/StreamWriter.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** StreamWriter.cs     28 Jan 2003 05:53:35 -0000      1.7
--- StreamWriter.cs     9 Feb 2003 09:48:59 -0000       1.8
***************
*** 216,222 ****
                        {
                                if(value == null)
!                               {
!                                       throw new 
ArgumentNullException("value");
!                               }
                                int temp;
                                int index = 0;
--- 216,220 ----
                        {
                                if(value == null)
!                                       return;
                                int temp;
                                int index = 0;





reply via email to

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