aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/gftp/files/patch-src::text::gftp-text.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/gftp/files/patch-src::text::gftp-text.c')
-rw-r--r--ftp/gftp/files/patch-src::text::gftp-text.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/ftp/gftp/files/patch-src::text::gftp-text.c b/ftp/gftp/files/patch-src::text::gftp-text.c
new file mode 100644
index 000000000000..0e1bf3bd9fa7
--- /dev/null
+++ b/ftp/gftp/files/patch-src::text::gftp-text.c
@@ -0,0 +1,18 @@
+--- src/text/gftp-text.c.orig Sat Feb 5 16:38:03 2005
++++ src/text/gftp-text.c Sat Feb 5 16:39:26 2005
+@@ -185,6 +185,7 @@
+ else
+ infd = stdin;
+
++#if GLIB_MAJOR_VERSION > 1
+ locale_question = g_locale_from_utf8 (question, -1, NULL, NULL, NULL);
+ if (locale_question != NULL)
+ {
+@@ -193,6 +194,7 @@
+ g_free (locale_question);
+ }
+ else
++#endif
+ printf ("%s%s%s ", GFTPUI_COMMON_COLOR_BLUE, question,
+ GFTPUI_COMMON_COLOR_DEFAULT);
+