freebsd-ports/net/gtic/files/patch-src_tic.c
Adam Weinberger 69ea23ed71 Rename net/ patch-xy patches to reflect the files they modify.
Approve by:	portmgr (not really, but one of these is modifying
		an unstaged port)
2014-07-29 01:59:16 +00:00

11 lines
407 B
C

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