summaryrefslogtreecommitdiff
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, 11 insertions, 0 deletions
diff --git a/x11/rxvt-unicode/files/patch-src_rxvtperl.xs b/x11/rxvt-unicode/files/patch-src_rxvtperl.xs
new file mode 100644
index 000000000000..bf63e52af27b
--- /dev/null
+++ b/x11/rxvt-unicode/files/patch-src_rxvtperl.xs
@@ -0,0 +1,11 @@
+--- 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;