diff options
author | glebius <glebius@FreeBSD.org> | 2016-12-06 00:09:52 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2016-12-06 00:09:52 +0000 |
commit | 3ad6d2695a2997e5e359a91ba5da01f8003439cd (patch) | |
tree | 99963a8bb6d0d4dc057ad1ef411b871a3ce4a03a /contrib/netbsd-tests/lib/libc | |
parent | 6892da711e349f1eb88ed25b2ade21e8030f511e (diff) | |
download | FreeBSD-src-3ad6d2695a2997e5e359a91ba5da01f8003439cd.zip FreeBSD-src-3ad6d2695a2997e5e359a91ba5da01f8003439cd.tar.gz |
Merge r308330 by bapt:
localedef: Fix ctype dump (fixed wide spread errors)
See original commit for longer description.
Errata Notice: EN-16:21
Approved by: so
Diffstat (limited to 'contrib/netbsd-tests/lib/libc')
-rw-r--r-- | contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c b/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c index 0c44316..716a881 100644 --- a/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c +++ b/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c @@ -88,7 +88,7 @@ static struct test { 0xFFFF, 0x5D, 0x5B, 0x10000, 0x10FFFF, 0x5D, 0x0A }, #ifdef __FreeBSD__ - { 1, -1, -1, 1, 1, -1, 1, 1, 1, 1, -1, 1, 1, -1, -1, + { 1, -1, -1, 1, 1, -1, -1, 1, 1, 1, -1, 1, 1, -1, -1, #else { 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, #endif |