Update of bug #26534 (project gnustep):
Status: None => Fixed
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #2:
This turned out to be a problem with Ink (well NSDocument based apps) using a
file URL, and the NSURL code in base not dealing specially with windows
paths.
If you created a URL of the form file://localhost/c:... then [NSURL-path]
was returning /c:... which is obviously not the right value on windows.
I changed NSURL so that, if on windows, the result of -path looks like a
windows drive specifier preceeded by a slash, it returns the path without the
leading slash.
This fixes the problem in Ink.app on my system.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?26534>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep