From 8da648ea48792ba4d8714759c557eb7c0f138b0d Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 22 Nov 1998 04:36:17 -0500 Subject: snapshot of project "lynx", label v2-8-2dev_6 --- WWW/Library/Implementation/HTString.c | 2 +- WWW/Library/Implementation/HTUtils.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'WWW/Library/Implementation') diff --git a/WWW/Library/Implementation/HTString.c b/WWW/Library/Implementation/HTString.c index 00cefcd7..d8698633 100644 --- a/WWW/Library/Implementation/HTString.c +++ b/WWW/Library/Implementation/HTString.c @@ -412,7 +412,7 @@ PRIVATE char * StrAllocVsprintf ARGS4( size_t f = 0; fmt_ptr[f++] = *fmt; - while (*++fmt != '\0' && dst_len != 0 && !done) { + while (*++fmt != '\0' && !done) { fmt_ptr[f++] = *fmt; if (isdigit(*fmt)) { diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h index d72c48ae..0d2f1f6c 100644 --- a/WWW/Library/Implementation/HTUtils.h +++ b/WWW/Library/Implementation/HTUtils.h @@ -33,11 +33,11 @@ #endif #if defined(__STDC__) || defined(VMS) -#define ANSI_VARARGS -#define HAVE_STDARGS_H +#define ANSI_VARARGS 1 +#define HAVE_STDARG_H 1 #endif -/* FIXME: these will be removed after completing auto-configure script */ +/* FIXME: these should be removed after completing auto-configure script */ /* Accommodate pre-autoconf Makefile */ -- cgit 1.4.1-2-gfad0