am 933f0b88: am f21b6b92: am 87a56eb6: Merge "Use the getopt function in compliance with the standard."
* commit '933f0b88e4232f58f171b8217d7871f97a927c57': Use the getopt function in compliance with the standard.
This commit is contained in:
commit
d030033a39
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
c = getopt(argc, argv, "p");
|
||||
|
||||
if (c == EOF) {
|
||||
if (c == -1) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue