From 86e77bcbb2d0d819024bace7e3a9f3594d03516f Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Mon, 26 Aug 2013 21:36:23 -0400 Subject: skip checking size on links skip google music cache Change-Id: I75d6fd0e17140d12cb2c6d335e8ff73a6f871aa2 --- twrpTar.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'twrpTar.hpp') diff --git a/twrpTar.hpp b/twrpTar.hpp index 88eedb5c2..9128ba0df 100644 --- a/twrpTar.hpp +++ b/twrpTar.hpp @@ -51,7 +51,7 @@ public: void setfn(string fn); void setdir(string dir); unsigned long long uncompressedSize(); - + public: int use_encryption; int userdata_encryption; @@ -91,10 +91,10 @@ private: string tardir; string tarfn; string basefn; - string tarexclude; + vector tarexclude; vector split; std::vector *ItemList; int thread_id; -}; +}; -- cgit v1.2.3