1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/gtic/files/patch-ab
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
407 B
Plaintext

--- src/tic.c.orig Mon Jul 6 15:39:46 1998
+++ src/tic.c Sun Sep 12 15:38:14 1999
@@ -227,7 +227,7 @@
else if(!strcasecmp(buff,"ReceiptRequest")) continue; /* skip by FSC-0087 */
else
{
- e_printf("readtic: %s(%d) - %s[%s] - keyword unknown - ignored",
+ l_printf("readtic: %s(%d) - %s[%s] - keyword unknown - ignored",
tlist->name,linecnt,buff,v);
continue;
}