summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornkk71 <nkk71x@gmail.com>2017-06-29 14:16:23 +0200
committerDees Troy <dees_troy@teamw.in>2017-07-21 20:37:36 +0200
commitd59d02e1a1f7ab8b90c0ee97f29df5c7c01727ca (patch)
tree7361a8cbcaa88d56a107b7dd8493a5af79bc63e6
parentbackup: fix return handling when no digest is being created (diff)
downloadandroid_bootable_recovery-d59d02e1a1f7ab8b90c0ee97f29df5c7c01727ca.tar
android_bootable_recovery-d59d02e1a1f7ab8b90c0ee97f29df5c7c01727ca.tar.gz
android_bootable_recovery-d59d02e1a1f7ab8b90c0ee97f29df5c7c01727ca.tar.bz2
android_bootable_recovery-d59d02e1a1f7ab8b90c0ee97f29df5c7c01727ca.tar.lz
android_bootable_recovery-d59d02e1a1f7ab8b90c0ee97f29df5c7c01727ca.tar.xz
android_bootable_recovery-d59d02e1a1f7ab8b90c0ee97f29df5c7c01727ca.tar.zst
android_bootable_recovery-d59d02e1a1f7ab8b90c0ee97f29df5c7c01727ca.zip
-rw-r--r--twrpTar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/twrpTar.cpp b/twrpTar.cpp
index d86e13382..aa00044d4 100644
--- a/twrpTar.cpp
+++ b/twrpTar.cpp
@@ -1102,6 +1102,7 @@ int twrpTar::createTar() {
}
} else {
// Not compressed or encrypted
+ current_archive_type = UNCOMPRESSED;
init_libtar_buffer(0, progress_pipe_fd);
if (part_settings->adbbackup) {
LOGINFO("Opening TW_ADB_BACKUP uncompressed stream\n");