aboutsummaryrefslogtreecommitdiff
path: root/ftp/gftp/files/patch-lib-protocols.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/gftp/files/patch-lib-protocols.c')
-rw-r--r--ftp/gftp/files/patch-lib-protocols.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/ftp/gftp/files/patch-lib-protocols.c b/ftp/gftp/files/patch-lib-protocols.c
deleted file mode 100644
index e24aab9708d8..000000000000
--- a/ftp/gftp/files/patch-lib-protocols.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- lib/protocols.c.orig 2008-12-04 21:35:37.000000000 +0100
-+++ lib/protocols.c 2008-12-04 21:36:25.000000000 +0100
-@@ -457,6 +457,7 @@
- fle->file = tmpfile;
- }
-
-+#if GLIB_MAJOR_VERSION > 1
- if (ret >= 0 && fle->file != NULL)
- {
- if (g_utf8_validate (fle->file, -1, NULL))
-@@ -472,6 +473,7 @@
- }
- }
- }
-+#endif
-
- if (ret >= 0 && !request->cached && request->cachefd > 0 &&
- request->last_dir_entry != NULL)