1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/net/gtic/files/patch-ac
Steve Price fe6c659170 Initial import of gtic version 1.3b.
The GNU file forwarder (FSC-0087) for fidonet-like networks.

PR:		14498
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
1999-11-26 20:20:53 +00:00

12 lines
430 B
Plaintext

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