summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Christopher Adduono <jc@adduono.com>2016-10-25 06:51:27 +0200
committerJames Christopher Adduono <jc@adduono.com>2016-10-25 06:52:18 +0200
commite9a3ee2693df3b9ebe7f501bc93411065559b5f1 (patch)
tree84482f476cf562712350458da8c3fd35f4abeceb
parentFix image flashing (diff)
downloadandroid_bootable_recovery-e9a3ee2693df3b9ebe7f501bc93411065559b5f1.tar
android_bootable_recovery-e9a3ee2693df3b9ebe7f501bc93411065559b5f1.tar.gz
android_bootable_recovery-e9a3ee2693df3b9ebe7f501bc93411065559b5f1.tar.bz2
android_bootable_recovery-e9a3ee2693df3b9ebe7f501bc93411065559b5f1.tar.lz
android_bootable_recovery-e9a3ee2693df3b9ebe7f501bc93411065559b5f1.tar.xz
android_bootable_recovery-e9a3ee2693df3b9ebe7f501bc93411065559b5f1.tar.zst
android_bootable_recovery-e9a3ee2693df3b9ebe7f501bc93411065559b5f1.zip
-rw-r--r--twrpTar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twrpTar.cpp b/twrpTar.cpp
index c18b0622b..06e3b629a 100644
--- a/twrpTar.cpp
+++ b/twrpTar.cpp
@@ -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);