Properly initialize Archive_Current_Size to 0 in twrpTar

Change-Id: I30b67787b1d529d6bdf462c8e0bf2338a9961eff
This commit is contained in:
Ethan Yonker
2015-02-27 13:14:44 -06:00
parent e057c2b101
commit 1a147a41ae
+1
View File
@@ -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;
}