diff --git a/source/vibe/core/core.d b/source/vibe/core/core.d index da5066a..7274692 100644 --- a/source/vibe/core/core.d +++ b/source/vibe/core/core.d @@ -90,7 +90,7 @@ version (Windows) */ int runApplication(string[]* args_out = null) @safe { - try if (!() @trusted { return finalizeCommandLineOptions(); } () ) return 0; + try if (!() @trusted { return finalizeCommandLineOptions(args_out); } () ) return 0; catch (Exception e) { logDiagnostic("Error processing command line: %s", e.msg); return 1;