2000-03-21  Ulrich Drepper  <drepper@redhat.com>

	* iconvdata/utf-16.c (gconv_init): Fix typo.
This commit is contained in:
Ulrich Drepper 2000-03-21 08:08:35 +00:00
parent 6abcde8e0d
commit bc4831b956
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2000-03-21 Ulrich Drepper <drepper@redhat.com>
* iconvdata/utf-16.c (gconv_init): Fix typo.
2000-03-20 Ulrich Drepper <drepper@redhat.com>
* iconvdata/gconv-modules: Fix typo.

View file

@ -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;