commit | 1a147a41aea36ddddaab7b81a9bac1ef80a67a02 | [log] [tgz] |
---|---|---|
author | Ethan Yonker <dees_troy@teamw.in> | Fri Feb 27 13:14:44 2015 -0600 |
committer | Ethan Yonker <dees_troy@teamw.in> | Fri Feb 27 13:14:44 2015 -0600 |
tree | e2b5cf8612888330e0f9b17168d6de1f324527fe | |
parent | e057c2b1015bd6585c035608aedde6c59ee66058 [diff] [blame] |
Properly initialize Archive_Current_Size to 0 in twrpTar Change-Id: I30b67787b1d529d6bdf462c8e0bf2338a9961eff
diff --git a/twrpTar.cpp b/twrpTar.cpp index dfaa541..90c7ea3 100644 --- a/twrpTar.cpp +++ b/twrpTar.cpp
@@ -61,6 +61,7 @@ pigz_pid = 0; oaes_pid = 0; Total_Backup_Size = 0; + Archive_Current_Size = 0; include_root_dir = true; }