]> git.draconx.ca Git - rrace.git/commitdiff
Avoid uninitialized value error in help output.
authorNick Bowler <nbowler@draconx.ca>
Thu, 10 Mar 2022 03:53:18 +0000 (22:53 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 10 Mar 2022 03:53:18 +0000 (22:53 -0500)
Technically simply passing an unitialized (indeterminate) arg value
to the help_print_option function has undefined behaviour even though
it is only unset in cases where it will not actually be used by the
function.  But it is easy to just ensure it has a well-defined value.


No differences found