diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2012-11-18 22:25:54 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2012-11-18 22:25:54 -0500 |
commit | 28ff055f1aeed253ec806a6ad5a216613c24f973 (patch) | |
tree | b75d994590e7724374353ee0c62749ec4013fe74 /WWW | |
parent | 0bf7dbb3033d5a0ed2dd2c372a4e2434b8a034cf (diff) | |
download | lynx-snapshots-28ff055f1aeed253ec806a6ad5a216613c24f973.tar.gz |
snapshot of project "lynx", label v2-8-8dev_14j
Diffstat (limited to 'WWW')
-rw-r--r-- | WWW/Library/Implementation/HTTCP.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTTCP.c b/WWW/Library/Implementation/HTTCP.c index 01b52674..b413491b 100644 --- a/WWW/Library/Implementation/HTTCP.c +++ b/WWW/Library/Implementation/HTTCP.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTTCP.c,v 1.123 2012/11/13 21:35:01 tom Exp $ + * $LynxId: HTTCP.c,v 1.124 2012/11/18 22:24:15 tom Exp $ * * Generic Communication Code HTTCP.c * ========================== @@ -1470,7 +1470,7 @@ static size_t fill_addrinfo(void **buffer, need += phost->ai_addrlen; need += sizeof(LYNX_ADDRINFO); } - CTRACE((tfp, "...fill_addrinfo %d:%lu\n", limit, need)); + CTRACE((tfp, "...fill_addrinfo %d:%lu\n", limit, (unsigned long) need)); if ((result = calloc(need, sizeof(char))) == 0) outofmem(__FILE__, "fill_addrinfo"); |