]> git.draconx.ca Git - cdecl99.git/commitdiff
tests: Work around some ancient printf bugs.
authorNick Bowler <nbowler@draconx.ca>
Tue, 5 Dec 2023 05:34:27 +0000 (00:34 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 5 Dec 2023 05:36:41 +0000 (00:36 -0500)
Some very old printf implementations (e.g., on ULTRIX 4.5) do not
support negative precision with %.*s conversions in order to behave
as if the precision was omitted.

It is easy to change the rendertest program to avoid this problem,
so let's change it.


No differences found