Skip to content

Commit

Permalink
Fix image flashing: attempt 2
Browse files Browse the repository at this point in the history
We missed a spot!

Change-Id: Ic838f4a23107b4d52d3fb1d7a875e265726c4516
  • Loading branch information
jcadduono committed Oct 25, 2016
1 parent d3ec059 commit f3c1b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twrpTar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ int twrpTar::createTarFork(pid_t *tar_fork_pid) {
part_settings->progress->UpdateDisplayDetails(true);

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

0 comments on commit f3c1b2f

Please sign in to comment.