mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:33:38 +03:00
fix print formatting string directives
This commit is contained in:
parent
9f9e577640
commit
8733e087d7
3 changed files with 36 additions and 36 deletions
|
|
@ -505,7 +505,7 @@ int main(int argc, char **argv)
|
|||
return 1;
|
||||
}
|
||||
|
||||
logmsg("Running IPv%d version on port UDP/%d",
|
||||
logmsg("Running IPv%d version on port UDP/%hu",
|
||||
#ifdef ENABLE_IPV6
|
||||
(use_ipv6?6:4)
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue