From 4dde5d7bbdceeec0032e163e7a8e8cac3233d659 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 22 Jul 2010 23:03:15 +0000 Subject: Added `in' macro support for -man -Tascii. This is not yet supported in -Thtml (I'm surprised to note that neither is LITERAL mode). --- out.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'out.c') diff --git a/out.c b/out.c index d501aecc..93f70add 100644 --- a/out.c +++ b/out.c @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.22 2010/07/22 14:03:50 kristaps Exp $ */ +/* $Id: out.c,v 1.23 2010/07/22 23:03:15 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -116,6 +116,7 @@ a2roffsu(const char *src, struct roffsu *dst, enum roffscale def) return(0); } + /* FIXME: do this in the caller. */ if ((dst->scale = atof(buf)) < 0) dst->scale = 0; dst->unit = unit; -- cgit v1.2.3