From bf665822fc371159c9fc6630ab805638c58ab299 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Wed, 22 Sep 2010 10:53:56 -0400 Subject: snapshot of project "lynx", label v2-8-8dev_5b --- WWW/Library/Implementation/SGML.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'WWW/Library/Implementation/SGML.c') diff --git a/WWW/Library/Implementation/SGML.c b/WWW/Library/Implementation/SGML.c index 0bd56de8..22132597 100644 --- a/WWW/Library/Implementation/SGML.c +++ b/WWW/Library/Implementation/SGML.c @@ -1,5 +1,5 @@ /* - * $LynxId: SGML.c,v 1.135 2010/06/18 09:59:35 tom Exp $ + * $LynxId: SGML.c,v 1.136 2010/09/22 00:53:49 tom Exp $ * * General SGML Parser code SGML.c * ======================== @@ -4281,7 +4281,9 @@ static void SGML_character(HTStream *context, char c_in) c = UCH((clong & 0xff)); } saved_char_in = '\0'; - context->include_index = puni - context->active_include + 1; + context->include_index = (int) (puni + - context->active_include + + 1); goto top1; } else { /* -- cgit 1.4.1-2-gfad0