From b572c2da318d45e89bec5425692be84a2ac27ed4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 25 Aug 2000 22:13:09 +0000 Subject: Update. 2000-08-25 Ulrich Drepper * locales/i18n (default_missing): Change back to only U003F. --- iconv/gconv_trans.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iconv/gconv_trans.c') 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) { -- cgit v1.2.3