summaryrefslogtreecommitdiff
path: root/x11/apwal/files/patch-main.c
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-12-23 09:08:40 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-12-23 09:08:40 +0000
commit862f44a5fe54cbaf39e474fc734eef31b7684977 (patch)
tree03d97e7ee4f4ece9748a90b458edb1ce0ba9d6da /x11/apwal/files/patch-main.c
parentClean up SQLite and related ports. (diff)
Update to 0.4.5
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 000000000000..fbe01c31ad85
--- /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;