Browse Source

inpdoopt.c, bug fix, `i' incremented twice when searching for "options"

pre-master-46
rlar 13 years ago
parent
commit
ed6d7df0ce
  1. 1
      src/spicelib/parser/inpdoopt.c

1
src/spicelib/parser/inpdoopt.c

@ -41,7 +41,6 @@ INPdoOpts(
which = i; which = i;
break; break;
} }
i++;
} }
if(which == -1) { if(which == -1) {
optCard->error = INPerrCat(optCard->error,INPmkTemp( optCard->error = INPerrCat(optCard->error,INPmkTemp(

Loading…
Cancel
Save