Attempt to fix md5 issue with backups

thanks @bigbiff for the suggestion

Change-Id: Ie9b55537b7fa300461b015d2b9523d4250e755a9
This commit is contained in:
Captain Throwback
2014-09-23 16:08:34 -04:00
committed by Dees Troy
parent d9201048c4
commit ff5935f7ef
+2
View File
@@ -1327,6 +1327,8 @@ bool TWPartition::Check_MD5(string restore_folder) {
int index = 0;
twrpDigest md5sum;
sync();
memset(split_filename, 0, sizeof(split_filename));
Full_Filename = restore_folder + "/" + Backup_FileName;
if (!TWFunc::Path_Exists(Full_Filename)) {