Use standard unsigned integer types
This commit is contained in:
@@ -613,7 +613,7 @@ static void stroke_config(private_stroke_socket_t *this,
|
||||
static bool on_accept(private_stroke_socket_t *this, stream_t *stream)
|
||||
{
|
||||
stroke_msg_t *msg;
|
||||
u_int16_t len;
|
||||
uint16_t len;
|
||||
FILE *out;
|
||||
|
||||
/* read length */
|
||||
|
||||
Reference in New Issue
Block a user