1
0

Mo stuffs

This commit is contained in:
Scott E. Graves
2017-03-22 18:57:30 -05:00
parent eafd598717
commit 4317742f65
2 changed files with 2 additions and 2 deletions

View File

@@ -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([&]()
{