Clear up some ambiguity with old style assignments.
-Erik
This commit is contained in:
parent
a6d0dbc86f
commit
04e97024e7
2
find.c
2
find.c
@ -90,7 +90,7 @@ int find_main(int argc, char **argv)
|
||||
if (strcmp(*argv, "name")==0) {
|
||||
if (argc-- > 1) {
|
||||
pattern = *(++argv);
|
||||
stopit=-TRUE;
|
||||
stopit=TRUE;
|
||||
} else {
|
||||
usage (find_usage);
|
||||
}
|
||||
|
@ -90,7 +90,7 @@ int find_main(int argc, char **argv)
|
||||
if (strcmp(*argv, "name")==0) {
|
||||
if (argc-- > 1) {
|
||||
pattern = *(++argv);
|
||||
stopit=-TRUE;
|
||||
stopit=TRUE;
|
||||
} else {
|
||||
usage (find_usage);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user