diff options
-rw-r--r-- | twrpTar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twrpTar.cpp b/twrpTar.cpp index dfaa541d9..90c7ea34c 100644 --- a/twrpTar.cpp +++ b/twrpTar.cpp @@ -61,6 +61,7 @@ twrpTar::twrpTar(void) { pigz_pid = 0; oaes_pid = 0; Total_Backup_Size = 0; + Archive_Current_Size = 0; include_root_dir = true; } |