cppchecker fix
This commit is contained in:
@@ -838,11 +838,12 @@ int detectIndala(uint8_t *dest, size_t *size, uint8_t *invert) {
|
|||||||
goto inv;
|
goto inv;
|
||||||
}
|
}
|
||||||
|
|
||||||
inv:
|
|
||||||
if (res == 0) {
|
if (res == 0) {
|
||||||
return -4;
|
return -4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inv:
|
||||||
|
|
||||||
*invert ^= 1;
|
*invert ^= 1;
|
||||||
|
|
||||||
if (*invert && idx > 0) {
|
if (*invert && idx > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user