mirror of
https://github.com/curl/curl.git
synced 2026-08-15 09:43:37 +03:00
parent
946ce5b61f
commit
8ea5d41fe0
11 changed files with 31 additions and 35 deletions
|
|
@ -764,7 +764,7 @@ static void printsub(struct Curl_easy *data,
|
|||
switch(pointer[0]) {
|
||||
case CURL_TELOPT_NAWS:
|
||||
if(length > 4)
|
||||
infof(data, "Width: %hu ; Height: %hu", (pointer[1]<<8) | pointer[2],
|
||||
infof(data, "Width: %d ; Height: %d", (pointer[1]<<8) | pointer[2],
|
||||
(pointer[3]<<8) | pointer[4]);
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue