Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/string



Module Name:    src
Committed By:   christos
Date:           Mon May 30 06:00:01 UTC 2005

Modified Files:
        src/lib/libc/string: wcschr.c

Log Message:
It is really pointless to come up with new implementations of the wide string
functions instead of using the narrow string ones. Make this look like
strchr, so that wcschr(L"foo", L'\0') does not return NULL as it should.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/string/wcschr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index