don't loop on a bad file name

This commit is contained in:
Bill Currie 2006-08-20 06:23:24 +00:00 committed by Jeff Teunissen
parent 1925bef0c1
commit 69e7b8a820

View file

@ -195,6 +195,7 @@ main (int argc, char **argv)
pf = pack_find_file (pack, argv[optind]);
if (!pf) {
fprintf (stderr, "could not find %s\n", argv[optind]);
optind++;
continue;
}
if (options.verbosity > 0)