diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-05-19 00:36:53 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-05-19 00:36:53 +0200 |
commit | 71d625f730d872791eef74d7999e1be28d5e5c7e (patch) | |
tree | e15070e9b9c169165b8d0410bc81851f68addb0f /z17.c | |
parent | adfba3772459ce4261cfd17922271fee3443a7dc (diff) | |
download | lout-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |