diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-25 22:13:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-25 22:13:09 +0000 |
commit | b572c2da318d45e89bec5425692be84a2ac27ed4 (patch) | |
tree | 2a71538bcc87638e30a7b6f47092a2a3645c5cb3 /iconv/gconv_trans.c | |
parent | 0cdb4983fc3d3b97bebf8c466bdef6226b610996 (diff) | |
download | glibc-b572c2da318d45e89bec5425692be84a2ac27ed4.tar.gz glibc-b572c2da318d45e89bec5425692be84a2ac27ed4.tar.xz glibc-b572c2da318d45e89bec5425692be84a2ac27ed4.zip |
Update.
2000-08-25 Ulrich Drepper <drepper@redhat.com> * locales/i18n (default_missing): Change back to only U003F.
Diffstat (limited to 'iconv/gconv_trans.c')
-rw-r--r-- | iconv/gconv_trans.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconv/gconv_trans.c b/iconv/gconv_trans.c index bb908176e6..8c658b126f 100644 --- a/iconv/gconv_trans.c +++ b/iconv/gconv_trans.c @@ -117,7 +117,7 @@ __gconv_transliterate (struct __gconv_step *step, (step, step_data, &toinptr, (const unsigned char *) &to_tbl[idx2 + len], (unsigned char **) outbufstart, - irreversible, 0, 0)); + NULL, 0, 0)); if (res != __GCONV_ILLEGAL_INPUT) { /* If the conversion succeeds we have to increment the @@ -200,7 +200,7 @@ __gconv_transliterate (struct __gconv_step *step, (step, step_data, &toinptr, (const unsigned char *) (default_missing + len), (unsigned char **) outbufstart, - irreversible, 0, 0)); + NULL, 0, 0)); if (res != __GCONV_ILLEGAL_INPUT) { |