The result of getopt() is "int" and should be treated as such
This commit is contained in:
@ -30,7 +30,7 @@ echo_main(int argc, char** argv)
|
||||
{
|
||||
register char **ap;
|
||||
char *p;
|
||||
register char c;
|
||||
int c;
|
||||
int nflag = 0;
|
||||
int eflag = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user