[MonoDevelop] Fix of 77361

Jacob Ilsø Christensen jacobilsoe at gmail.com
Thu Jan 26 02:01:12 EST 2006


I think (fileName == null) should be enough as what we do with the string
later on works fine even if it is empty.

/Jacob

On 1/26/06, John Luke <john.luke at gmail.com> wrote:
>
> Jacob Ilsø Christensen wrote:
> > Hi.
> >
> > The attached patch fixes bug 77361
> > (http://bugzilla.ximian.com/show_bug.cgi?id=77361). Does it look good
> > to commit?
> > If so I will implement the same check for the other language bindings.
> >
> How about:
>
> if (fileName == null || fileName.Length == 0)
>         return false;
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20060126/8d5d0556/attachment-0001.html


More information about the Monodevelop-list mailing list