summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'x11/rxvt-unicode/files/patch-ad')
-rw-r--r--x11/rxvt-unicode/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/rxvt-unicode/files/patch-ad b/x11/rxvt-unicode/files/patch-ad
deleted file mode 100644
index 6f3e7e9a7bcb..000000000000
--- a/x11/rxvt-unicode/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/command.c.orig Thu Apr 5 03:52:39 2001
-+++ src/command.c Fri Jun 22 13:36:57 2001
-@@ -2796,7 +2796,7 @@ rxvt_tt_printf(rxvt_t *r, const char *fm
- unsigned char buf[256];
-
- va_start(arg_ptr, fmt);
-- vsprintf(buf, fmt, arg_ptr);
-+ vsnprintf(buf, sizeof(buf), fmt, arg_ptr);
- va_end(arg_ptr);
- rxvt_tt_write(r, buf, STRLEN(buf));
- }