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)
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.


No differences found