mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
* src/getargs.c (report_argmatch): Initialize strtok().
This commit is contained in:
@@ -75,6 +75,7 @@ static void
|
||||
report_argmatch (char *args)
|
||||
{
|
||||
ARGMATCH_ASSERT (report_args, report_types);
|
||||
args = strtok (args, ",");
|
||||
do
|
||||
{
|
||||
int report = XARGMATCH ("--report", args,
|
||||
|
||||
Reference in New Issue
Block a user