mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Fix typo in is646 gconv module
This commit is contained in:
parent
fc0c556c5f
commit
ae0f0dbd0e
@ -1,3 +1,8 @@
|
|||||||
|
2009-09-20 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* iconvdata/iso646.c (gconv_init): Correctly initialize the
|
||||||
|
character size elements in step data.
|
||||||
|
|
||||||
2009-09-20 Ulrich Drepper <drepper@redhat.com>
|
2009-09-20 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* po/hu.po: Update from translation team.
|
* po/hu.po: Update from translation team.
|
||||||
|
@ -156,7 +156,7 @@ gconv_init (struct __gconv_step *step)
|
|||||||
new_data->var = var;
|
new_data->var = var;
|
||||||
step->__data = new_data;
|
step->__data = new_data;
|
||||||
|
|
||||||
if (var == from_iso646)
|
if (dir == from_iso646)
|
||||||
{
|
{
|
||||||
step->__min_needed_from = MIN_NEEDED_FROM;
|
step->__min_needed_from = MIN_NEEDED_FROM;
|
||||||
step->__max_needed_from = MIN_NEEDED_FROM;
|
step->__max_needed_from = MIN_NEEDED_FROM;
|
||||||
|
Loading…
Reference in New Issue
Block a user