Cosmetics: address cppcheck warnings on src/utils

This commit is contained in:
Felipe Zimmerle
2020-01-23 08:51:45 -03:00
parent ff590174da
commit ff9152ed74
4 changed files with 12 additions and 7 deletions

View File

@@ -152,9 +152,9 @@ void Base64::decode_forgiven_engine(unsigned char *plain_text,
ch = b64_reverse_t[ch];
if (ch < 0) {
continue;
} else if (ch == -2) {
/*} else if (ch == -2) {
*aiming_size = 0;
return;
return;*/
}
switch (i % 4) {
case 0: