diff options
author | bigbiff bigbiff <bigbiff@teamw.in> | 2013-03-15 20:17:50 +0100 |
---|---|---|
committer | bigbiff bigbiff <bigbiff@teamw.in> | 2013-03-17 19:40:20 +0100 |
commit | 65a4c73b1eea5f29f517d8357248c537dc6752ec (patch) | |
tree | 0aaa3c47052201c939de8886442b9fcf59d0b394 /twrpDigest.hpp | |
parent | 2.4.4.0 (diff) | |
download | android_bootable_recovery-65a4c73b1eea5f29f517d8357248c537dc6752ec.tar android_bootable_recovery-65a4c73b1eea5f29f517d8357248c537dc6752ec.tar.gz android_bootable_recovery-65a4c73b1eea5f29f517d8357248c537dc6752ec.tar.bz2 android_bootable_recovery-65a4c73b1eea5f29f517d8357248c537dc6752ec.tar.lz android_bootable_recovery-65a4c73b1eea5f29f517d8357248c537dc6752ec.tar.xz android_bootable_recovery-65a4c73b1eea5f29f517d8357248c537dc6752ec.tar.zst android_bootable_recovery-65a4c73b1eea5f29f517d8357248c537dc6752ec.zip |
Diffstat (limited to 'twrpDigest.hpp')
-rw-r--r-- | twrpDigest.hpp | 2 |
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]; }; |