Remove bogus char cast.
PR: 118014 Submitted by: Gardner Bell <gbell72 at rogers dot com> Approved by: re (rwatson), imp (mentor, implicit) MFC after: immediate
This commit is contained in:
parent
75a1f6cf5f
commit
eac295c9a0
@ -120,7 +120,7 @@ main(int argc, char *argv[])
|
||||
int aflag = 0; /* do it for all entries */
|
||||
|
||||
while ((ch = getopt(argc, argv, "andfsSi:")) != -1)
|
||||
switch((char)ch) {
|
||||
switch(ch) {
|
||||
case 'a':
|
||||
aflag = 1;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user