Fix stupid disorder in previous commit. This was my own error, not
the mistake of the PR's originator.
This commit is contained in:
parent
ed48ce561c
commit
15e27f246f
@ -118,7 +118,7 @@ int main (argc, argv)
|
||||
FILE *ifp;
|
||||
char hname[MAXHOSTNAMELEN + 2];
|
||||
|
||||
while ((ch = getopt(argc, argv, "uhcbsd:fi:o:m:")) != -1) {
|
||||
while ((ch = getopt(argc, argv, "uhcbsfd:i:o:m:")) != -1) {
|
||||
switch(ch) {
|
||||
case 'f':
|
||||
filter_plusminus++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user