Skip to content

Commit f3c1b2f

Browse files
committed
Fix image flashing: attempt 2
We missed a spot! Change-Id: Ic838f4a23107b4d52d3fb1d7a875e265726c4516
1 parent d3ec059 commit f3c1b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twrpTar.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ int twrpTar::createTarFork(pid_t *tar_fork_pid) {
445445
part_settings->progress->UpdateDisplayDetails(true);
446446

447447
if (!part_settings->adbbackup) {
448-
InfoManager backup_info(backup_folder + partition_name + ".info");
448+
InfoManager backup_info(backup_folder + "/" + partition_name + ".info");
449449
backup_info.SetValue("backup_size", size_backup);
450450
if (use_compression && use_encryption)
451451
backup_info.SetValue("backup_type", COMPRESSED_ENCRYPTED);

0 commit comments

Comments
 (0)