Skip to content

Commit 11ce752

Browse files
zinkettlucasssvaz
andauthored
Update libraries/Update/src/Updater.cpp
Co-authored-by: Lucas Saavedra Vaz <[email protected]>
1 parent 8bb73b9 commit 11ce752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/Update/src/Updater.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ bool UpdateClass::_verifyEnd() {
453453
return false;
454454
}
455455

456-
bool UpdateClass::setMD5(const char *expected_md5, bool calc_post_decryption=true) {
456+
bool UpdateClass::setMD5(const char *expected_md5, bool calc_post_decryption) {
457457
if (strlen(expected_md5) != 32) {
458458
return false;
459459
}

0 commit comments

Comments
 (0)