From 7473a75d39e2dc1c735aa44569e576e951c9cdc9 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 6 Apr 2018 23:26:33 +0100 Subject: [PATCH] Turn XPIX into a double. --- bedstead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index ef1b25d..4e7f643 100644 --- a/bedstead.c +++ b/bedstead.c @@ -130,7 +130,7 @@ static struct width { char const * option; char const * suffix; - int xpix; + double xpix; int ttfwidth; } const widths[] = { { -- 2.30.2