diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-14 20:21:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-14 20:21:59 +0000 |
commit | 7919ea1578f7b9e51935fb3430ae36d180c97590 (patch) | |
tree | 732b5ff8a1258caf95c1f66b7fd5d11bbf6e6bf6 /iconv/gconv_dl.c | |
parent | aa802e964f8d45d993f6c3171faa83e422f21957 (diff) | |
download | glibc-7919ea1578f7b9e51935fb3430ae36d180c97590.tar glibc-7919ea1578f7b9e51935fb3430ae36d180c97590.tar.gz glibc-7919ea1578f7b9e51935fb3430ae36d180c97590.tar.bz2 glibc-7919ea1578f7b9e51935fb3430ae36d180c97590.zip |
Update.
1998-04-14 18:22 Ulrich Drepper <drepper@cygnus.com>
* iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
counter element of step.
* iconv/gconv_dl.c: Don't mark get_sym as internal function.
* iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
termination test.
(__gconv_transform_ucs4_utf8): Likewise. Remove unnecessary variable
ACTUALLY.
(__gconv_transform_utf8_ucs4): Correct test for empty input.
Diffstat (limited to 'iconv/gconv_dl.c')
-rw-r--r-- | iconv/gconv_dl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iconv/gconv_dl.c b/iconv/gconv_dl.c index 9e80158f43..8375040d84 100644 --- a/iconv/gconv_dl.c +++ b/iconv/gconv_dl.c @@ -97,7 +97,6 @@ struct get_sym_args }; static void -internal_function get_sym (void *a) { struct get_sym_args *args = (struct get_sym_args *) a; |