fixed potentially invalid string pointers when parsing options
authorHolger Schemel <info@artsoft.org>
Wed, 16 Sep 2020 13:21:51 +0000 (15:21 +0200)
committerHolger Schemel <info@artsoft.org>
Wed, 16 Sep 2020 13:21:51 +0000 (15:21 +0200)
commit3cecf0052abef6ada34ec8daa5639e7ceae4d36e
treefb5bb3fee041c733c398a35b894724c755e5cca5
parentd54571ff91b85a698122f3b986e62073130c7cc4
fixed potentially invalid string pointers when parsing options

When using command line options like "--option=argument" instead of
"--option argument" (which is especially needed if arguments are
optional), this resulted in invalid string pointers before this fix.
src/libgame/misc.c