1
0
mirror of https://github.com/lammertb/libhttp.git synced 2026-01-03 16:02:30 +03:00

Update repository for Visual Studio 2015 build

This commit is contained in:
bel2125
2016-03-26 20:07:45 +01:00
parent 7534f88cdf
commit 3eb145e58c
19 changed files with 75 additions and 127 deletions

View File

@@ -81,7 +81,7 @@ websocket_server_data(struct mg_connection *conn,
void *_ignored)
#endif
{
printf("Server: Got %u bytes from the client\n", data_len);
printf("Server: Got %lu bytes from the client\n", (unsigned long)data_len);
printf("Server received data from client: ");
fwrite(data, 1, data_len, stdout);
printf("\n");