mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-09 14:29:17 +00:00
Fix type sizes
This commit is contained in:
@ -153,7 +153,7 @@ namespace NetworkDHCP
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void DHCP::OnUDPPacketReceived(NetworkUDP::Socket *Socket, uint8_t *Data, uint64_t Length)
|
||||
void DHCP::OnUDPPacketReceived(NetworkUDP::Socket *Socket, uint8_t *Data, size_t Length)
|
||||
{
|
||||
UNUSED(Socket);
|
||||
UNUSED(Length);
|
||||
|
Reference in New Issue
Block a user