ascii: Avoid assertion failure on width underflow in text_draw().
commit9063f003ce7da10c53ec96bae81af42c2dc765d7
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 19 Apr 2024 16:46:05 +0000 (19 09:46 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 19 Apr 2024 16:46:19 +0000 (19 09:46 -0700)
tree3f310b6f6072fcc917b2b3e37e5245d710316b38
parent1b8d98ec1db4dc7884231db16ea771f2d293893f
ascii: Avoid assertion failure on width underflow in text_draw().

Thanks to Zhou Geng for reporting this bug as poc33 in the report here:
https://lists.gnu.org/archive/html/bug-gnu-pspp/2024-03/msg00015.html
src/output/ascii.c