[gimp] plug-ins: Fix libcurl URI backend compilation



commit f53f8432f82fb7d74747d590930a38d164930738
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun Jul 17 15:33:50 2011 +0200

    plug-ins: Fix libcurl URI backend compilation

 plug-ins/file-uri/uri-backend-libcurl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/file-uri/uri-backend-libcurl.c b/plug-ins/file-uri/uri-backend-libcurl.c
index 195cdb9..adf87f7 100644
--- a/plug-ins/file-uri/uri-backend-libcurl.c
+++ b/plug-ins/file-uri/uri-backend-libcurl.c
@@ -227,7 +227,7 @@ uri_backend_load_image (const gchar  *uri,
       proto = "FTPS";
     }
   else
-  if (! g_ascii_strncasecmp (eff_url ,"gopher://, 9"))
+  if (! g_ascii_strncasecmp (eff_url ,"gopher://";, 9))
     {
       is_gopher = TRUE;
       proto = "GOPHER";



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]