[Mono-bugs] [Bug 550476] [REGRESSION] MonoVS no longer stops at a break point
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Oct 28 13:33:24 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=550476
User martin at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=550476#c3
--- Comment #3 from Martin Baulig <martin at novell.com> 2009-10-28 11:33:22 MDT ---
Try changing
if ((path.Length < 2) || (root.Length < 2))
return null;
into
if (root == "")
return path;
else if ((path.Length < 2) || (root.Length < 2))
return null;
that should fix it.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list