From: Ulrich Drepper Date: Tue, 21 Mar 2000 08:08:35 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-91~839 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc4831b956f96efd9f4185b739b8ce8f3fa4dae6;p=thirdparty%2Fglibc.git Update. 2000-03-21 Ulrich Drepper * iconvdata/utf-16.c (gconv_init): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index fe9e1622e50..806bafba116 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-03-21 Ulrich Drepper + + * iconvdata/utf-16.c (gconv_init): Fix typo. + 2000-03-20 Ulrich Drepper * iconvdata/gconv-modules: Fix typo. diff --git a/iconvdata/utf-16.c b/iconvdata/utf-16.c index 8348ce292dc..55540c9849c 100644 --- a/iconvdata/utf-16.c +++ b/iconvdata/utf-16.c @@ -129,7 +129,7 @@ gconv_init (struct __gconv_step *step) new_data->var = var; step->__data = new_data; - if (var == from_utf16) + if (dir == from_utf16) { step->__min_needed_from = MIN_NEEDED_FROM; step->__max_needed_from = MIN_NEEDED_FROM;