diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-23 17:47:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-23 17:47:25 +0000 |
commit | 70cafe50407015324db5ad3105955dbbb2172107 (patch) | |
tree | 901eed19032f409a3c8d511cbbcfd46f345afee9 /ChangeLog | |
parent | aaa8d85c286eace542b14f1030ace7f3cb20ab95 (diff) | |
download | glibc-70cafe50407015324db5ad3105955dbbb2172107.tar.gz glibc-70cafe50407015324db5ad3105955dbbb2172107.tar.xz glibc-70cafe50407015324db5ad3105955dbbb2172107.zip |
Update.
* iconv/skeleton.c: Don't access next_step->fct if data->is_last
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 61b223ef84..a0dfb916f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 1999-11-23 Thorsten Kukuk <kukuk@suse.de> - * iconv/skeleton.c: Don't access next_step->fct if datat->is_last + * iconv/skeleton.c: Don't access next_step->fct if data->is_last is true. 1999-11-23 Andreas Jaeger <aj@suse.de> |