This commit is contained in:
AirBreak69 2018-06-16 11:05:20 +02:00 committed by GitHub
parent 66c6b8397e
commit 8709ba441d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -651,8 +651,7 @@ static uint32_t grab_fields(char *src, uint8_t mult)
i++;
if (mult == 0) {
break;
}
else {
} else {
src[i + mult] = 0;
}
}