fix a char signedness bug such that this testing code becomes able
authorschwarze <schwarze@openbsd.org>
Tue, 14 May 2024 00:31:48 +0000 (00:31 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 14 May 2024 00:31:48 +0000 (00:31 +0000)
commit5dea098c4cfaecce9ae6586a5a65b55e2cfefa58
treee6e4518ed036e5e1de3fa5058970f3d6852867eb
parent8a0aee6c29f5baec086d022bd084cdf14fdf6155
fix a char signedness bug such that this testing code becomes able
to display the contents of databases containing UTF-8 strings
on signed char architectures:
for example on i386 and amd64, UTF-8 bytes are negative...
regress/usr.bin/mandoc/db/dbm_dump/dbm_dump.c