Comments
This commit is contained in:
@@ -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 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
|
// 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 siaDriveFileName = GenerateSha256(&filePath[3]) + L".siadrive";
|
||||||
|
|
||||||
String siaDriveFilePath;
|
String siaDriveFilePath;
|
||||||
|
Reference in New Issue
Block a user