parent
7119dd293a
commit
de3df0a71f
@ -177,7 +177,7 @@ protected:
|
||||
void WriteInt64 (Int64 a_Value)
|
||||
{
|
||||
UInt64 Value = HostToNetwork8(&a_Value);
|
||||
SendData((const char *)Value, 8);
|
||||
SendData((const char *)&Value, 8);
|
||||
}
|
||||
|
||||
void WriteFloat (float a_Value)
|
||||
|
Loading…
Reference in New Issue
Block a user