diff options
Diffstat (limited to 'wcsmbs/wcsrtombs.c')
-rw-r--r-- | wcsmbs/wcsrtombs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wcsmbs/wcsrtombs.c b/wcsmbs/wcsrtombs.c index b2e4c18ccc..3c731aaa54 100644 --- a/wcsmbs/wcsrtombs.c +++ b/wcsmbs/wcsrtombs.c @@ -80,7 +80,7 @@ __wcsrtombs (dst, src, len, ps) status = DL_CALL_FCT (tomb->__fct, (tomb, &data, (const unsigned char **) &inbuf, - (const unsigned char *) srcend, data.__outbuf, + (const unsigned char *) srcend, NULL, &dummy, 0, 1)); /* Count the number of bytes. */ @@ -109,7 +109,7 @@ __wcsrtombs (dst, src, len, ps) status = DL_CALL_FCT (tomb->__fct, (tomb, &data, (const unsigned char **) src, - (const unsigned char *) srcend, data.__outbuf, + (const unsigned char *) srcend, NULL, &dummy, 0, 1)); /* Count the number of bytes. */ |