From 7cdd956e1c55930a020b61806d642b6047deffc7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 13 Feb 2000 19:00:53 +0000 Subject: Update. 2000-02-13 Ulrich Drepper * iconvdata/Makefile (modules): Add UTF-16. (distribute): Add utf-16.c. * iconvdata/gconv-modules: Add entries for UTF-16, UTF-16BE, and UTF-16LE. * iconvdata/utf-16.c: New file. * iconv/gconv_builtin.h: Remove UTF-16 entries here. * iconv/gconv_simple.c: Remove conversion functions to and from UTF-16. * iconv/skeleton.c: Increment __invocation_coounter after every call to the loops. --- iconv/skeleton.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'iconv/skeleton.c') diff --git a/iconv/skeleton.c b/iconv/skeleton.c index da15758..fd58be8 100644 --- a/iconv/skeleton.c +++ b/iconv/skeleton.c @@ -332,15 +332,15 @@ FUNCTION_NAME (struct __gconv_step *step, struct __gconv_step_data *data, if (status == __GCONV_FULL_OUTPUT) status = __GCONV_OK; } + + /* We finished one use of the loops. */ + ++data->__invocation_counter; } while (status == __GCONV_OK); #ifdef END_LOOP END_LOOP #endif - - /* We finished one use of this step. */ - ++data->__invocation_counter; } return status; -- cgit v1.1