Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff5935f7 authored by Captain Throwback's avatar Captain Throwback Committed by Dees Troy
Browse files

Attempt to fix md5 issue with backups

thanks @bigbiff for the suggestion

Change-Id: Ie9b55537b7fa300461b015d2b9523d4250e755a9
parent d9201048
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)) {