blob: bde4be935f761bab28af195115ef570a373cf019 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- clfsplit.cpp.orig 2008-06-06 05:33:52 UTC
+++ clfsplit.cpp
@@ -203,7 +203,7 @@ int main(int argc, char **argv)
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))
|