diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-21 08:08:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-21 08:08:35 +0000 |
commit | bc4831b956f96efd9f4185b739b8ce8f3fa4dae6 (patch) | |
tree | b652ba9fdd3ceccc785f9a2331ae7f2683818e04 /iconvdata/utf-16.c | |
parent | 6abcde8e0dab27cd6b34927d11805cdff3fe9067 (diff) | |
download | glibc-bc4831b956f96efd9f4185b739b8ce8f3fa4dae6.zip glibc-bc4831b956f96efd9f4185b739b8ce8f3fa4dae6.tar.gz glibc-bc4831b956f96efd9f4185b739b8ce8f3fa4dae6.tar.bz2 |
Update.
2000-03-21 Ulrich Drepper <drepper@redhat.com>
* iconvdata/utf-16.c (gconv_init): Fix typo.
Diffstat (limited to 'iconvdata/utf-16.c')
-rw-r--r-- | iconvdata/utf-16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/utf-16.c b/iconvdata/utf-16.c index 8348ce2..55540c9 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; |