This is the equivalent of
aa695fabf4ff342488229aabd43c0970470d711f and friends,
but for Gvedit. It was not previously detected that this problem also affects
Gvedit because it is not currently built on macOS in CI. That will be improved
in an upcoming commit.
Gitlab: #1842, #1852
- lneato -? sometimes fails with STATUS_STACK_BUFFER_OVERRUN on Windows #1934
- expr misinterprets `<<` and `>>` #2103
- stdout and stderr are not flushed at exit on MinGW #2178
+- Gvedit on macOS now understands the `-?` help command line argument
## [2.50.0] – 2021-12-04
Verbose = 1;
break;
case '?':
- if (optopt == '\0')
+ if (optopt == '\0' || optopt == '?')
usage(0);
else {
errout << cmd << " : option -" << ((char) optopt) <<