1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net/gtic/files/patch-ad
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

13 lines
398 B
Plaintext

--- src/areas.c.orig Sun Oct 24 20:16:14 1999
+++ src/areas.c Sun Oct 24 20:19:15 1999
@@ -305,9 +305,6 @@
/* make a backup copy of areas_file */
strcpy(new_path,areas_file);
- if(strchr(new_path,'.'))
- strcpy(strrchr(new_path,'.'),".bak");
- else
strcat(new_path,".bak");
if(rename(areas_file,new_path))
l_printf("Warning: unable to move %s to %s",areas_file,new_path);