]> git.cameronkatri.com Git - mandoc.git/blobdiff - out.c
merge from OpenBSD mdoc_term.c rev. 1.100:
[mandoc.git] / out.c
diff --git a/out.c b/out.c
index d501aecc93bd5084ef41b15d35747cda6848a36b..93f70add07744abfff4f7e27d286f248ae50b86f 100644 (file)
--- 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 <kristaps@bsd.lv>
  *
@@ -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;