1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11/apwal/files/patch-main.c
2004-12-23 09:08:40 +00:00

12 lines
271 B
C

--- 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;