From 0a919c29d330d4dad298bdde3961b37d79586a57 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Mon, 7 Jul 2008 00:04:46 -0400 Subject: snapshot of project "lynx", label v2-8-7dev_9c --- WWW/Library/Implementation/HTTP.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'WWW/Library/Implementation/HTTP.c') diff --git a/WWW/Library/Implementation/HTTP.c b/WWW/Library/Implementation/HTTP.c index 8fb37a13..6f016442 100644 --- a/WWW/Library/Implementation/HTTP.c +++ b/WWW/Library/Implementation/HTTP.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTTP.c,v 1.94 2008/04/27 17:05:55 tom Exp $ + * $LynxId: HTTP.c,v 1.96 2008/07/06 12:55:40 tom Exp $ * * HyperText Tranfer Protocol - Client implementation HTTP.c * ========================== @@ -1034,13 +1034,13 @@ static int HTLoadHTTP(const char *arg, if (pres->get_accept) { if (pres->quality < 1.0) { if (pres->maxbytes > 0) { - sprintf(temp, ";q=%4.3f;mxb=%ld", + sprintf(temp, ";q=%4.3f;mxb=%" PRI_off_t "", pres->quality, pres->maxbytes); } else { sprintf(temp, ";q=%4.3f", pres->quality); } } else if (pres->maxbytes > 0) { - sprintf(temp, ";mxb=%ld", pres->maxbytes); + sprintf(temp, ";mxb=%" PRI_off_t "", pres->maxbytes); } else { temp[0] = '\0'; } -- cgit 1.4.1-2-gfad0