aboutsummaryrefslogtreecommitdiffstats
path: root/z17.c
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-05-19 00:36:53 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-05-19 00:36:53 +0200
commit71d625f730d872791eef74d7999e1be28d5e5c7e (patch)
treee15070e9b9c169165b8d0410bc81851f68addb0f /z17.c
parentadfba3772459ce4261cfd17922271fee3443a7dc (diff)
downloadlout-71d625f730d872791eef74d7999e1be28d5e5c7e.tar.gz
Lout 3.40.
http://jeffreykingston.id.au/lout/lout-3.40.tar.gz
Diffstat (limited to 'z17.c')
-rw-r--r--z17.c2
1 files changed, 1 insertions, 1 deletions
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;