chore: clean up implicit conversions (#4611)

This commit is contained in:
Andy Grundman 2026-01-22 14:39:52 -05:00 committed by GitHub
commit aea9512682
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 66 additions and 66 deletions

View file

@ -858,7 +858,7 @@ namespace input {
return;
}
auto size = util::endian::big(packet->header.size) - sizeof(packet->header.magic);
int size = util::endian::big(packet->header.size) - sizeof(packet->header.magic);
platf::unicode(platf_input, packet->text, size);
}