issue #0002540: Crash on startup

This commit is contained in:
wmayer 2017-01-27 23:53:48 +01:00
parent 9b49777700
commit a240f5dd70

View File

@ -1776,6 +1776,9 @@ void Application::ParseOptions(int ac, char ** av)
else if (strcmp(av[i],"-session") == 0) {
merge = true;
}
else if (strcmp(av[i],"-graphicssystem") == 0) {
merge = true;
}
}
// 0000659: SIGABRT on startup in boost::program_options (Boost 1.49)