mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:13:31 +03:00
parent
60ab58a8a5
commit
4651d4c76b
20 changed files with 29 additions and 32 deletions
|
|
@ -166,7 +166,7 @@ static char *inet_ntop6(const unsigned char *src, char *dst, size_t size)
|
|||
static const unsigned char ldigits[] = "0123456789abcdef";
|
||||
|
||||
unsigned int w = words[i];
|
||||
/* output lowercase 16bit hex number but ignore leading zeroes */
|
||||
/* output lowercase 16-bit hex number but ignore leading zeroes */
|
||||
if(w & 0xf000)
|
||||
*tp++ = ldigits[(w & 0xf000) >> 12];
|
||||
if(w & 0xff00)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue