diff options
Diffstat (limited to '')
-rw-r--r-- | twrpDigest.cpp | 2 |
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; |