This commit is contained in:
Dima Ruban 1998-04-20 22:13:50 +00:00
parent 2af4594564
commit b4d829b84f

View file

@ -191,7 +191,7 @@ while ((ch = getopt(argc, argv, "bf:")) != -1)
case '?':
default:
usage();
}
}
argc -= optind;
argv += optind;
.Ed