[Github-comments] [geany] Towards gvfs-fuse independence (#963)

Colomban Wendling notifications at xxxxx
Sat Mar 19 22:50:44 UTC 2016


> @@ -1788,6 +1788,9 @@ void utils_tidy_path(gchar *filename)
>  	const gchar *needle;
>  	gboolean preserve_double_backslash = FALSE;
>  
> +	if (utils_is_uri(filename))
> +		return;

what about skipping the scheme instead?  around the line of a sane version of `filename = strstr(filename, "://") + 3`.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/963/files/f366d1d40972ffbe7c7216301f8582aafe4957b5..b4cf42397c77249d18d5972e981e9e873ee94175#r56756302
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160319/6333575c/attachment.html>


More information about the Github-comments mailing list