From a240f5dd7078d62745f38b04706a4b4d82d727d7 Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 27 Jan 2017 23:53:48 +0100 Subject: [PATCH] issue #0002540: Crash on startup --- src/App/Application.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 2aa62f41d..8cdf9610a 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -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)