diff options
Diffstat (limited to 'twrpTar.cpp')
-rw-r--r-- | twrpTar.cpp | 1 |
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"); |