mirror of
https://github.com/curl/curl.git
synced 2026-07-25 08:47:23 +03:00
server fix cast mqttd.c
This commit is contained in:
parent
645b70ecb7
commit
094cfd8aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ static void logprotocol(mqttdir dir,
|
|||
}
|
||||
fprintf(output, "%s %s %x %s\n",
|
||||
dir == FROM_CLIENT ? "client" : "server",
|
||||
prefix, (int)remlen, data);
|
||||
prefix, (unsigned int)remlen, data);
|
||||
}
|
||||
|
||||
/* return 0 on success */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue