aboutsummaryrefslogtreecommitdiff
path: root/irc/xchat-gnome/files/patch-src_common_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc/xchat-gnome/files/patch-src_common_text.c')
-rw-r--r--irc/xchat-gnome/files/patch-src_common_text.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/xchat-gnome/files/patch-src_common_text.c b/irc/xchat-gnome/files/patch-src_common_text.c
deleted file mode 100644
index 59c1bdae5f5f..000000000000
--- a/irc/xchat-gnome/files/patch-src_common_text.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/common/text.c.orig Sun Sep 21 12:36:15 2003
-+++ src/common/text.c Sat Oct 25 22:29:56 2003
-@@ -446,7 +446,7 @@
- get_stamp_str (char *fmt, time_t tim, char **ret)
- {
- char dest[128];
-- int len;
-+ gsize len;
-
- len = strftime (dest, sizeof (dest), fmt, localtime (&tim));
- if (len)