 Issue 6202981292703744:
  Whole installer  (Closed)
    
  
    Issue 6202981292703744:
  Whole installer  (Closed) 
  | Index: src/engine/Main.cpp | 
| =================================================================== | 
| --- a/src/engine/Main.cpp | 
| +++ b/src/engine/Main.cpp | 
| @@ -396,7 +396,6 @@ | 
| int argc; | 
| LPWSTR* argv = CommandLineToArgvW(GetCommandLineW(), &argc); | 
| std::wstring locale(argc >= 2 ? argv[1] : L""); | 
| - Communication::browserSID = argc >= 3 ? argv[2] : L""; | 
| LocalFree(argv); | 
| Dictionary::Create(locale); | 
| filterEngine = CreateFilterEngine(locale); |