From 43258921bb262c2ae6d7a3e9569c376feb72c95b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 14 Jun 2017 18:23:37 +0000 Subject: let \l use the right fill character --- out.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'out.c') diff --git a/out.c b/out.c index 4174eb89..95720c53 100644 --- a/out.c +++ b/out.c @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.67 2017/06/12 22:05:57 schwarze Exp $ */ +/* $Id: out.c,v 1.68 2017/06/14 18:23:37 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011, 2014, 2015, 2017 Ingo Schwarze @@ -85,10 +85,8 @@ a2roffsu(const char *src, struct roffsu *dst, enum roffscale def) case 'v': dst->unit = SCALE_VS; break; - case '\0': - endptr--; - /* FALLTHROUGH */ default: + endptr--; if (SCALE_MAX == def) return NULL; dst->unit = def; -- cgit v1.2.3-56-ge451