mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 21:45:29 +00:00
AK: Use size_t for ByteBuffer sizes
This matches what we already do for string types.
This commit is contained in:
@@ -121,7 +121,7 @@ void RemoteProcess::update()
|
||||
return;
|
||||
}
|
||||
|
||||
i32 length;
|
||||
u32 length;
|
||||
int nread = m_socket->read((u8*)&length, sizeof(length));
|
||||
ASSERT(nread == sizeof(length));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user