From 5726f0f7af10a8aefa9c998aa3522d2f98edfde3 Mon Sep 17 00:00:00 2001 From: rhlabs Date: Tue, 3 Mar 1998 21:28:22 +0000 Subject: Small tweaks. -Marc --- src/man2html/yelp-man2html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/man2html/yelp-man2html.c b/src/man2html/yelp-man2html.c index b0fc39d7..ed0e5212 100644 --- a/src/man2html/yelp-man2html.c +++ b/src/man2html/yelp-man2html.c @@ -2233,8 +2233,8 @@ static char } c++; while (*c && strncmp(c,endwith,i)) - while (*c++!='\n'); - while (*c++!='\n'); + while (*c && *c++!='\n'); + while (*c && *c++!='\n'); break; } case V('n','f'): -- cgit v1.2.1