summaryrefslogtreecommitdiffstats
path: root/twrpDigest.hpp
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2013-03-18 15:57:29 +0100
committerGerrit Code Review <gerrit@5.9.244.119>2013-03-18 15:57:29 +0100
commit7289a181d86563670b899ebb36d65f81be57bc93 (patch)
treeba44f18a8dc71b4efc0a22ea3c14a03e3ba80cfa /twrpDigest.hpp
parentFix backup of initial directory with split archives (diff)
parenttrying to fix md5 (diff)
downloadandroid_bootable_recovery-7289a181d86563670b899ebb36d65f81be57bc93.tar
android_bootable_recovery-7289a181d86563670b899ebb36d65f81be57bc93.tar.gz
android_bootable_recovery-7289a181d86563670b899ebb36d65f81be57bc93.tar.bz2
android_bootable_recovery-7289a181d86563670b899ebb36d65f81be57bc93.tar.lz
android_bootable_recovery-7289a181d86563670b899ebb36d65f81be57bc93.tar.xz
android_bootable_recovery-7289a181d86563670b899ebb36d65f81be57bc93.tar.zst
android_bootable_recovery-7289a181d86563670b899ebb36d65f81be57bc93.zip
Diffstat (limited to 'twrpDigest.hpp')
-rw-r--r--twrpDigest.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twrpDigest.hpp b/twrpDigest.hpp
index 80828fca5..395c0aea1 100644
--- a/twrpDigest.hpp
+++ b/twrpDigest.hpp
@@ -30,6 +30,6 @@ class twrpDigest {
private:
int read_md5digest(void);
string md5fn;
- vector<string> lines;
+ string line;
unsigned char md5sum[MD5LENGTH];
};