diff options
Diffstat (limited to 'wcsmbs/wcrtomb.c')
-rw-r--r-- | wcsmbs/wcrtomb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/wcrtomb.c b/wcsmbs/wcrtomb.c index 2703e88a36..9069fb105c 100644 --- a/wcsmbs/wcrtomb.c +++ b/wcsmbs/wcrtomb.c @@ -36,7 +36,7 @@ wcrtomb (s, wc, ps) char fake[1]; if (ps == NULL) - ps = internal; + ps = &internal; /*************************************************************\ |* This is no complete implementation. While the multi-byte *| |