summaryrefslogtreecommitdiffstats
path: root/twrpDigest.cpp
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2015-02-20 23:58:05 +0100
committerDees Troy <dees_troy@teamw.in>2015-03-05 04:11:44 +0100
commit2b18a53dc8079cff8f583b6597fc8951c3a82018 (patch)
treef5043a44858aa69d55a6b6cbb0cc4691abf3b3bc /twrpDigest.cpp
parentProperly initialize Archive_Current_Size to 0 in twrpTar (diff)
downloadandroid_bootable_recovery-2b18a53dc8079cff8f583b6597fc8951c3a82018.tar
android_bootable_recovery-2b18a53dc8079cff8f583b6597fc8951c3a82018.tar.gz
android_bootable_recovery-2b18a53dc8079cff8f583b6597fc8951c3a82018.tar.bz2
android_bootable_recovery-2b18a53dc8079cff8f583b6597fc8951c3a82018.tar.lz
android_bootable_recovery-2b18a53dc8079cff8f583b6597fc8951c3a82018.tar.xz
android_bootable_recovery-2b18a53dc8079cff8f583b6597fc8951c3a82018.tar.zst
android_bootable_recovery-2b18a53dc8079cff8f583b6597fc8951c3a82018.zip
Diffstat (limited to 'twrpDigest.cpp')
-rw-r--r--twrpDigest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twrpDigest.cpp b/twrpDigest.cpp
index c3cff7194..8380d2c8b 100644
--- a/twrpDigest.cpp
+++ b/twrpDigest.cpp
@@ -86,7 +86,7 @@ int twrpDigest::write_md5digest(void) {
}
int twrpDigest::read_md5digest(void) {
- int i = 0;
+ size_t i = 0;
bool foundMd5File = false;
string md5file = "";
vector<string> md5ext;