* mingwex/wcrtomb.c (wcrtomb_cp): Correct typo.
This commit is contained in:
parent
d658f6c649
commit
a91cc828cc
|
@ -1,3 +1,7 @@
|
|||
2006-06-13 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* mingwex/wcrtomb.c (wcrtomb_cp): Correct typo.
|
||||
|
||||
2006-06-13 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* Makefile.in (SUBDIRS): Change to lowercase for autoconf 2.59.
|
||||
|
|
|
@ -68,7 +68,7 @@ size_t wcsrtombs (char *dst, const wchar_t **src, size_t len,
|
|||
dst += ret;
|
||||
if (*(dst - 1) == '\0')
|
||||
{
|
||||
*saved_src = (wchar_t) NULL;;
|
||||
*saved_src = (wchar_t*) NULL;;
|
||||
return (n - 1);
|
||||
}
|
||||
*src++;
|
||||
|
|
Loading…
Reference in New Issue