diff options
Diffstat (limited to 'wcsmbs/wctob.c')
-rw-r--r-- | wcsmbs/wctob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/wctob.c b/wcsmbs/wctob.c index 800a37e2f8..cee739c251 100644 --- a/wcsmbs/wctob.c +++ b/wcsmbs/wctob.c @@ -58,7 +58,7 @@ wctob (c) (__wcsmbs_gconv_fcts.tomb, &data, (const unsigned char **) &inptr, (const unsigned char *) &inbuf[1], - data.__outbuf, &dummy, 0, 1)); + NULL, &dummy, 0, 1)); /* The conversion failed or the output is too long. */ if ((status != __GCONV_OK && status != __GCONV_FULL_OUTPUT |