]> sourceware.org Git - newlib-cygwin.git/commitdiff
* mingwex/wcrtomb.c (wcrtomb_cp): Correct typo.
authorDanny Smith <dannysmith@users.sourceforge.net>
Mon, 12 Jun 2006 21:48:08 +0000 (21:48 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Mon, 12 Jun 2006 21:48:08 +0000 (21:48 +0000)
winsup/mingw/ChangeLog
winsup/mingw/mingwex/wcrtomb.c

index 271d433b8fa061f9a7a43de0700672e02eadba61..ab937a73f56608a07f654979f301a720620a0df2 100644 (file)
@@ -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.
index 454f035c0f1cb6f9b41b3caca36bf5d155368cb9..f94feb264838cfeb5e9f07777f3a855cfa51a2db 100755 (executable)
@@ -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++;
This page took 0.035303 seconds and 5 git commands to generate.