You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid crash when Octave invoked with '-d' argument.
* options.h (short_opts): Remove 'd' from list of short options that getopts()
will accept.
* octave.cc: #include <cstdlib> for access to exit() function.
* octave.cc (cmdline_options): Replace call to Octave error() function (which
requires an interpreter to available) with call to std::cerr to output error
message and std::exit to stop the program.
0 commit comments