]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(EMIT_SHIFT_TO_INIT): Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Fri, 26 Nov 1999 06:48:04 +0000 (06:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 26 Nov 1999 06:48:04 +0000 (06:48 +0000)
iconvdata/iso-2022-jp.c
iconvdata/iso-2022-kr.c

index e116b919b38f9d7622a3b87ab85d3e19bc57eb74..40c0e57ca856d5eb0a1d96c222881765cf09d492 100644 (file)
@@ -212,7 +212,7 @@ gconv_end (struct gconv_step *data)
              *outbuf++ = ESC;                                                \
              *outbuf++ = '(';                                                \
              *outbuf++ = 'B';                                                \
-             if (data->__is_last)                                            \
+             if (data->is_last)                                              \
                *written += 3;                                                \
              data->outbuf = outbuf;                                          \
              /* Note that this also clears the G2 designation.  */           \
index eefdf55d03b5f4c11df8a89cac2e365ebbcaac6e..00a1423a2e24cfc25f030c4e0b28a54989b48d3e 100644 (file)
@@ -91,7 +91,7 @@ enum
            {                                                                 \
              /* Write out the shift sequence.  */                            \
              *outbuf++ = SI;                                                 \
-             if (data->__is_last)                                            \
+             if (data->is_last)                                              \
                *written += 1;                                                \
              data->outbuf = outbuf;                                          \
              data->statep->count = ASCII_set;                                \