Fix compilation on x64

This commit is contained in:
joris 2013-04-12 17:18:31 +02:00
parent 4ae820929a
commit 53c91f39bb

View file

@ -728,7 +728,7 @@ size_t CNetworkPacketHeader::Deserialize(const unsigned char *buf)
// CNetworkPacket
//
unsigned CNetworkPacket::Serialize(unsigned char *buf, int numcommands) const
size_t CNetworkPacket::Serialize(unsigned char *buf, int numcommands) const
{
unsigned char *p = buf;