GNOME Bugzilla – Bug 352662
Opening non-existing remote file from command line should report an error
Last modified: 2006-08-24 13:24:56 UTC
Opening non-existing remote file from command line should report an error.
Created attachment 71524 [details] [review] Patch v.1
Patch looks okay, there is a small typo: - gchar *canonical_uri = NULL; + gchar *canonical_uri;; The extra ; isn't needed.
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.