summaryrefslogtreecommitdiffstats
path: root/x11/apwal/files/patch-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/apwal/files/patch-main.c')
-rw-r--r--x11/apwal/files/patch-main.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/apwal/files/patch-main.c b/x11/apwal/files/patch-main.c
new file mode 100644
index 000000000..fbe01c31a
--- /dev/null
+++ b/x11/apwal/files/patch-main.c
@@ -0,0 +1,11 @@
+--- main.c.orig Thu Dec 23 09:57:45 2004
++++ main.c Thu Dec 23 09:58:02 2004
+@@ -43,7 +43,7 @@
+ int i;
+ for (i = 1; i < argc; i++)
+ {
+- TRACE();
++ TRACE("%s","");
+ if (strstr(argv[i], "--edit") != NULL)
+ {
+ launch_editor = TRUE;