From b4e239624028cf574c9557486290c0e52f0966e4 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Tue, 24 Oct 2023 00:12:43 +0000 Subject: snapshot of project "lynx", label v2-9-0dev_12j --- WWW/Library/Implementation/HTParse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WWW') diff --git a/WWW/Library/Implementation/HTParse.c b/WWW/Library/Implementation/HTParse.c index 65d8f296..bf8ef164 100644 --- a/WWW/Library/Implementation/HTParse.c +++ b/WWW/Library/Implementation/HTParse.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTParse.c,v 1.100 2023/10/17 23:38:48 tom Exp $ + * $LynxId: HTParse.c,v 1.101 2023/10/24 00:11:42 tom Exp $ * * Parse HyperText Document Address HTParse.c * ================================ @@ -798,7 +798,7 @@ char *HTParse(const char *aName, need = strlen(result); if (need > (size_t) max_uri_size) { CTRACE((tfp, "HTParse too-long address (have %ld vs limit %d)\n", - need, max_uri_size)); + (long) need, max_uri_size)); StrAllocCopy(return_value, ""); } else { StrAllocCopy(return_value, result); -- cgit 1.4.1-2-gfad0