chore: clean up implicit conversions (#4611)
This commit is contained in:
parent
517be368be
commit
aea9512682
13 changed files with 66 additions and 66 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue