aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rxvt-unicode/files/patch-src_rxvtperl.xs
diff options
context:
space:
mode:
Diffstat (limited to 'x11/rxvt-unicode/files/patch-src_rxvtperl.xs')
-rw-r--r--x11/rxvt-unicode/files/patch-src_rxvtperl.xs11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/rxvt-unicode/files/patch-src_rxvtperl.xs b/x11/rxvt-unicode/files/patch-src_rxvtperl.xs
deleted file mode 100644
index bf63e52af27..00000000000
--- a/x11/rxvt-unicode/files/patch-src_rxvtperl.xs
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/rxvtperl.xs.orig Wed Jan 25 21:22:04 2006
-+++ src/rxvtperl.xs Wed Jan 25 23:18:53 2006
-@@ -560,7 +560,7 @@
- char *str = va_arg (ap, char *);
- int len = va_arg (ap, int);
-
-- printf ("pushing str %p:%d\n", str,len);//D
-+ // printf ("pushing str %p:%d\n", str,len);//D
- XPUSHs (sv_2mortal (newSVpvn (str, len)));
- }
- break;