From e98af5414161553ffd7b765ad3a2451626334232 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 23 Dec 2014 13:48:57 +0000 Subject: support negative horizontal widths in man(7); minus twenty lines of code in spite of enhanced functionality --- out.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'out.c') diff --git a/out.c b/out.c index f833677e..cebe52b6 100644 --- a/out.c +++ b/out.c @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.56 2014/12/23 09:31:46 schwarze Exp $ */ +/* $Id: out.c,v 1.57 2014/12/23 13:48:57 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011, 2014 Ingo Schwarze @@ -94,9 +94,6 @@ a2roffsu(const char *src, struct roffsu *dst, enum roffscale def) break; } - /* FIXME: do this in the caller. */ - if (dst->scale < 0.0) - dst->scale = 0.0; return(*endptr == '\0' ? 2 : 1); } -- cgit v1.2.3