opnsense-ports/www/logtools/files/patch-clfsplit.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
288 B
C++

--- clfsplit.cpp.orig Tue Jan 8 17:41:53 2002
+++ clfsplit.cpp Tue Jan 8 17:41:18 2002
@@ -199,7 +199,7 @@
MAP m;
FILE *input = stdin;
bool new_input = false;
- optind = 0;
+ optind = 1;
while(-1 != (int_c = getopt(argc, argv, "d:i:f:s:")) )
{
switch(char(int_c))