mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-16 07:07:13 +02:00
Use standard types and headers.
This commit is contained in:
2
module/Vendor/SimpleSocket/README
vendored
2
module/Vendor/SimpleSocket/README
vendored
@ -80,7 +80,7 @@ int main(int argc, char **argv)
|
||||
//----------------------------------------------------------------------
|
||||
// Send a requtest the server requesting the current time.
|
||||
//----------------------------------------------------------------------
|
||||
if (socket.Send((const uint8 *)"\n", 1))
|
||||
if (socket.Send((const uint8_t *)"\n", 1))
|
||||
{
|
||||
//----------------------------------------------------------------------
|
||||
// Receive response from the server.
|
||||
|
Reference in New Issue
Block a user