http://bugzilla.novell.com/show_bug.cgi?id=324011
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=324011#c23 --- Comment #23 from Marek Habersack <[email protected]> 2009-08-24 05:17:08 MDT --- It took some time for me to come back to this bug :) Gert, I still think the patch is quite incorrect. Using Path.DirectorySeparatorChar to separate URIs won't matter on Linux, correct, but it will break URIs separated with '/' on Windows, so the patch must be fixed to reflect that. I suggest just converting all the '\' in the path with '/' when running on Windows. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
