1
0
This commit is contained in:
Scott E. Graves
2017-02-23 01:00:00 -06:00
parent e0ec942781
commit ace1e7292e

View File

@@ -233,6 +233,9 @@ UploadError CUploadManager::AddOrUpdate(const String& siaPath, String filePath)
// Crash during copy - on startup, check for copying status and delete .siadrive
// Crash after copy but before db update - on startup, check for copying status and delete .siadrive
// Strip drive specification (i.e. C:\)
// TODO If mount to drive is ever enabled, this will need to change
String siaDriveFileName = GenerateSha256(&filePath[3]) + L".siadrive";
String siaDriveFilePath;