]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wcsrtombs.c
Update.
[thirdparty/glibc.git] / wcsmbs / wcsrtombs.c
index 904a00384049a5f9b04a8a659e865a0e991bb823..7b59fc725a019f966fbb5f4cfe66922b91d3c17b 100644 (file)
@@ -107,7 +107,7 @@ __wcsrtombs (dst, src, len, ps)
          && dst[data.outbufavail - 1] == '\0')
        {
          assert (data.outbufavail > 0);
-         assert (mbsinit (data.statep));
+         assert (__mbsinit (data.statep));
          *src = NULL;
          --result;
        }