CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/23 01:51:35
Modified files:
lib/libc/locale: multibyte_sb.c
Log message:
make mbstowcs(NULL, string, 0) correctly return the length of the
wchar_t string needed to represent "string", which in our case
is just strlen(string); feedback & "looks right" deraadt@
