diff options
Diffstat (limited to '')
-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]; }; |