inpdoopt.c, bug fix, `i' incremented twice when searching for "options"
This commit is contained in:
parent
852bb7a89f
commit
ed6d7df0ce
|
|
@ -41,7 +41,6 @@ INPdoOpts(
|
|||
which = i;
|
||||
break;
|
||||
}
|
||||
i++;
|
||||
}
|
||||
if(which == -1) {
|
||||
optCard->error = INPerrCat(optCard->error,INPmkTemp(
|
||||
|
|
|
|||
Loading…
Reference in New Issue