Skip to content

Commit

Permalink
K6CMDL.C: Fix /wo parameter causing a string parse error.
Browse files Browse the repository at this point in the history
Return value was missing.
  • Loading branch information
Eric Voirin committed Aug 28, 2021
1 parent 5b9ebd8 commit ca53487
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions K6CMDL.C
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ int getWriteOrderValues(char *str, int *setupMode)
} else {
return printParseError(str, param);
}

return 1;
}

int getWriteAllocateValues(char *str, int *setupMode,
Expand Down

0 comments on commit ca53487

Please sign in to comment.