mirror of https://github.com/GNOME/gimp.git
plug-ins: Fix libcurl URI backend compilation
This commit is contained in:
parent
50bf895ba3
commit
f53f8432f8
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue