1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/www/logtools/files/patch-ab
SADA Kenji e7d263357f New port: Useful tools to deal with CLF files (Common Log File format)
PR:	ports/33690
Submitted by:	Mark Huizer; Eindhoven <xaa+ports@timewasters.nl>
2002-01-24 15:08:41 +00:00

12 lines
288 B
Plaintext

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