From a1aad1bd8c6bbb51c0122f619d0260635167a00c Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Tue, 4 Feb 2014 21:57:39 -0600 Subject: Fix error message on split backups Change-Id: I9effd57c2b4d28c3bd9ca1045a0bb0ac8c958245 --- partition.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'partition.cpp') diff --git a/partition.cpp b/partition.cpp index 541289a0b..b79e774cb 100644 --- a/partition.cpp +++ b/partition.cpp @@ -1602,12 +1602,6 @@ bool TWPartition::Backup_Tar(string backup_folder) { tar.setsize(Backup_Size); if (tar.createTarFork() != 0) return false; - if (use_encryption) - Full_FileName += "000"; - if (TWFunc::Get_File_Size(Full_FileName) == 0) { - LOGERR("Backup file size for '%s' is 0 bytes.\n", Full_FileName.c_str()); - return false; - } return true; } -- cgit v1.2.3