diff options
Diffstat (limited to 'WWW/Library/Implementation/HTMIME.c')
-rw-r--r-- | WWW/Library/Implementation/HTMIME.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTMIME.c b/WWW/Library/Implementation/HTMIME.c index 844cf6e0..d6e8e883 100644 --- a/WWW/Library/Implementation/HTMIME.c +++ b/WWW/Library/Implementation/HTMIME.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTMIME.c,v 1.68 2009/01/01 16:50:17 tom Exp $ + * $LynxId: HTMIME.c,v 1.69 2009/01/02 23:04:02 tom Exp $ * * MIME Message Parse HTMIME.c * ================== @@ -791,7 +791,7 @@ static int dispatchField(HTStream *me) me->anchor->content_length = atoi(me->value); if (me->anchor->content_length < 0) me->anchor->content_length = 0; - CTRACE((tfp, " Converted to integer: '%d'\n", + CTRACE((tfp, " Converted to integer: '%ld'\n", me->anchor->content_length)); break; case miCONTENT_LOCATION: |