From 430c654a41706975e219a5f94a3c73842f75461c Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 9 May 2010 21:19:42 +0000 Subject: Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarze, too. --- man_validate.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'man_validate.c') diff --git a/man_validate.c b/man_validate.c index d4c40093..00cf5e1c 100644 --- a/man_validate.c +++ b/man_validate.c @@ -1,4 +1,4 @@ -/* $Id: man_validate.c,v 1.34 2010/04/03 14:12:48 kristaps Exp $ */ +/* $Id: man_validate.c,v 1.35 2010/05/09 21:19:42 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -229,9 +229,7 @@ check_text(CHKARGS) if ('\t' == *p || isprint((u_char)*p)) continue; - if (MAN_IGN_CHARS & m->pflags) - return(man_pwarn(m, n->line, pos, WNPRINT)); - return(man_perr(m, n->line, pos, WNPRINT)); + return(man_pwarn(m, n->line, pos, WNPRINT)); } return(1); -- cgit v1.2.3