summaryrefslogtreecommitdiff
path: root/net/gtic/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/gtic/files/patch-ac')
-rw-r--r--net/gtic/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gtic/files/patch-ac b/net/gtic/files/patch-ac
new file mode 100644
index 000000000000..68f57888d12b
--- /dev/null
+++ b/net/gtic/files/patch-ac
@@ -0,0 +1,11 @@
+--- src/toss.c.orig Mon Jul 6 16:04:30 1998
++++ src/toss.c Sun Sep 12 15:41:01 1999
+@@ -873,7 +873,7 @@
+
+ if(announce_f)
+ {
+- fprintf(announce_f,"AREA: %-15s FILE: %s\n",curarea->name,cur->file);
++ fprintf(announce_f,">AREA: %-15s FILE: %s\n",curarea->name,cur->file);
+ if(pub_path && pub_url &&
+ strlen(curarea->path)>=strlen(pub_path) &&
+ strncmp(curarea->path,pub_path,strlen(pub_path))==0)