[Mono-devel-list] System.IO.FileStream patch

Ben Maurer bmaurer at users.sourceforge.net
Thu Jun 19 18:07:48 EDT 2003


On Thu, 2003-06-19 at 17:52, eric lindvall wrote:
> Is there a reason for your double "if (buf == null)" checks?
> e.g.:
> 
> +                               } else if (buf == null) {
> +                                       if (buf == null) buf = new byte [buf_size];
>                                 }
oops. attached fixed version
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FileStream.cs.patch
Type: text/x-patch
Size: 4577 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030619/10da70ef/attachment.bin 


More information about the Mono-devel-list mailing list