Mo stuffs
This commit is contained in:
@@ -31,7 +31,7 @@ int APIENTRY wWinMain(HINSTANCE hInstance,
|
||||
settings.no_sandbox = true;
|
||||
settings.remote_debugging_port = 8080;
|
||||
#ifdef _DEBUG
|
||||
settings.single_process = false;
|
||||
settings.single_process = true;
|
||||
#endif
|
||||
CefInitialize(mainArgs, settings, app, nullptr);
|
||||
|
||||
|
@@ -885,7 +885,7 @@ public:
|
||||
if (_siaApi && !_mountThread)
|
||||
{
|
||||
_cacheLocation = cacheLocation;
|
||||
wchar_t tmp[] = { driveLetter, ':', '\\', '\0' };
|
||||
wchar_t tmp[] = { driveLetter, ':', '\\', 0 };
|
||||
_mountPoint = tmp;
|
||||
_mountThread.reset(new std::thread([&]()
|
||||
{
|
||||
|
Reference in New Issue
Block a user