This commit is contained in:
iceman1001 2024-01-23 15:28:50 +01:00
commit 081ff216eb
12 changed files with 123 additions and 110 deletions

View file

@ -2395,7 +2395,7 @@ static void PacketReceived(PacketCommandNG *packet) {
base = NULL;
// Boundary check against end of addressable space.
if (offset > 0)
count=MIN(count, -offset);
count = MIN(count, -offset);
}
if (isok) {