mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
don't loop on a bad file name
This commit is contained in:
parent
1925bef0c1
commit
69e7b8a820
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue