vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Today I've got an updated version of getopt_long.c with CVSup, however I've noticed something that seems wrong to me at line 384. .... /* * If we have "-" do nothing, if "--" we are done. */ if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { .... How can that statement be true ? Ed |