From a904b5d93a2b54c611beb9c50ed274c5d77ec7b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 5 Apr 1998 11:23:12 +0000 Subject: Update. 1998-04-05 Ulrich Drepper * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc* and wc*tomb* functions. 1998-04-04 15:16 Philip Blundell * sysdeps/unix/start.c: Fix typo. 1998-04-04 Ulrich Drepper * iconv/gconv_db.c (__gconv_find_transform): Fix typo. --- iconv/gconv_db.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'iconv/gconv_db.c') diff --git a/iconv/gconv_db.c b/iconv/gconv_db.c index e0a94e41c3..b3bdd7abc0 100644 --- a/iconv/gconv_db.c +++ b/iconv/gconv_db.c @@ -534,9 +534,9 @@ __gconv_find_transform (const char *toset, const char *fromset, do if (steps[--cnt].counter++ == 0) { - steps[--cnt].shlib_handle = - __gconv_find_shlib (steps[--cnt].modname); - if (steps[--cnt].shlib_handle == NULL) + steps[cnt].shlib_handle = + __gconv_find_shlib (steps[cnt].modname); + if (steps[cnt].shlib_handle == NULL) { /* Oops, this is the second time we use this module (after unloading) and this time loading failed!? */ -- cgit v1.2.3