1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 11:21:44 +02:00

(main): Fix command-line parsing to allow for more than one argument.

(Logical change 1.71)
This commit is contained in:
hp.com!davidm 2003-03-29 07:32:50 +00:00
parent 3a27d1661c
commit e6ddf4c3e0

View file

@ -137,6 +137,7 @@ main (int argc, char **argv)
argv = args;
}
else if (argc > 1)
while (argv[optind][0] == '-')
{
if (strcmp (argv[optind], "-v") == 0)
++optind, verbose = 1;