unbreak wcschr(string, L'\0') which was incorrectly returning NULL
authordjm <djm@openbsd.org>
Sat, 23 Aug 2008 05:34:36 +0000 (05:34 +0000)
committerdjm <djm@openbsd.org>
Sat, 23 Aug 2008 05:34:36 +0000 (05:34 +0000)
commitc312416204eb5f280bcc89f4849b6dd30d842e7f
treec065dcb1dc8338f10d92cbeec9feaae1230ffd1d
parent71e51df47a197126dccbbb715ba4a75365faf778
unbreak wcschr(string, L'\0') which was incorrectly returning NULL
rather than a pointer to the terminating nul; ok deraadt@
lib/libc/string/wcschr.c