mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-02-02 15:07:45 -05:00
No need to further maintain argc/argv here ...
... but keep it in cmdline.c (for now) to "follow the pattern".
This commit is contained in:
parent
b0ef65fc03
commit
46e72506b5
@ -100,8 +100,6 @@ _cmdline_parse(int argc, char *argv[], int *ret_p)
|
|||||||
return (-1);
|
return (-1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
argc -= optind;
|
|
||||||
argv += optind;
|
|
||||||
|
|
||||||
if (!v0_cfgfile) {
|
if (!v0_cfgfile) {
|
||||||
fprintf(stderr, "-%c must be provided\n",
|
fprintf(stderr, "-%c must be provided\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user