CVS commit: src/tests/lib/libc/locale
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: riastradh Date: Tue Jun 30 23:17:31 UTC 2026 Modified Files: src/tests/lib/libc/locale: t_iconv.c Log Message: iconv(3): Fix printing bytes on test failure. Don't sign-extend to a 32-bit quantity causing the left to be padded with f's; just print the 8-bit quantity. PR 59019: various iconv issues To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/locale/t_iconv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.