From 71d625f730d872791eef74d7999e1be28d5e5c7e Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 19 May 2024 00:36:53 +0200 Subject: Lout 3.40. http://jeffreykingston.id.au/lout/lout-3.40.tar.gz --- z17.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'z17.c') diff --git a/z17.c b/z17.c index e63d741..10dfc2e 100644 --- a/z17.c +++ b/z17.c @@ -150,7 +150,7 @@ int GetWidth(OBJECT x, STYLE *style) case CH_UNIT_DG: Error(17, 17, "'%c' unit not allowed in width (5c substituted)", - WARN, &fpos(x), *--str); + WARN, &fpos(x), *str); res = 5 * CM; break; -- cgit