Properly initialize Archive_Current_Size to 0 in twrpTar
Change-Id: I30b67787b1d529d6bdf462c8e0bf2338a9961eff
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user