Subject: CVS commit: src/lib/libc/locale
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 04/29/2003 14:53:13
Module Name: src
Committed By: scw
Date: Tue Apr 29 14:53:12 UTC 2003
Modified Files:
src/lib/libc/locale: multibyte.h
Log Message:
The fourth parameter of _citrus_ctype_mbrtowc() is a size_t, not a
pointer type. So use 0 instead of NULL.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/locale/multibyte.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.