CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2013/03/07 11:12:32
Modified files: lib/libc/citrus: citrus_none.c Log message: Fix return value of wcrtomb() in single-byte locales if the s argument is NULL. wcrtomb() must pretend to store one byte (NUL-terminator) in this case. Patch by Vladimir Tamara Patino. ok guenther