The -f option stole the -d option's option string colon in the getopt
optstring. PR: 13521 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
This commit is contained in:
parent
df8f292395
commit
c575918381
@ -118,7 +118,7 @@ int main (argc, argv)
|
||||
FILE *ifp;
|
||||
char hname[MAXHOSTNAMELEN + 2];
|
||||
|
||||
while ((ch = getopt(argc, argv, "uhcbsdf:i:o:m:")) != -1) {
|
||||
while ((ch = getopt(argc, argv, "uhcbsd:fi:o:m:")) != -1) {
|
||||
switch(ch) {
|
||||
case 'f':
|
||||
filter_plusminus++;
|
||||
|
Loading…
Reference in New Issue
Block a user