]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/tst-mbsrtowcs.c
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[thirdparty/glibc.git] / wcsmbs / tst-mbsrtowcs.c
index cca5a80a39a2e00559e0d91f5b6c647efdc54493..eb6c8e21b151bb30c87722dc48cfd12d37faba1a 100644 (file)
@@ -1,5 +1,5 @@
 /* Test NUL handling of mbsrtowcs.
-   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
 
@@ -32,7 +32,7 @@ main (void)
   mbstate_t state;
   memset (&state, '\0', sizeof (state));
 
-  const char *in = (const char *) buf;
+  const char *in = buf;
   size_t n = mbsrtowcs (out, &in, sizeof (out) / sizeof (wchar_t), &state);
 
   int result = 0;