UpdateClass::setMD5 store expected md5 in lowercase (#8959)
* set _target_md5 to lowercase * fix errors
This commit is contained in:
parent
609a9477c1
commit
7ecde87701
1 changed files with 1 additions and 0 deletions
|
|
@ -278,6 +278,7 @@ bool UpdateClass::setMD5(const char * expected_md5){
|
|||
return false;
|
||||
}
|
||||
_target_md5 = expected_md5;
|
||||
_target_md5.toLowerCase();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue