[MonoDevelop] Fix of 77361

John Luke john.luke at gmail.com
Wed Jan 25 19:06:14 EST 2006


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;



More information about the Monodevelop-list mailing list