From 9e26f1295a6924cca895566708670c6787cfaa9e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 9 Mar 2004 10:04:55 +0000 Subject: Update. * iconv/gconv_db.c: Don't define lock as static. Rename to __gconv_lock and export from the file. * iconv/gconv_int.h: Declare __gconv_lock. * libio/iofclose.c [_LIBC] (_IO_new_fclose): Lock gconv lock before __gconv_release_step calls. Patch by Shunichi Sagawa . * iconv/gconv_simple.c (internal_ucs4_loop): Fix typo in last change. * iconv/gconv_db.c --- iconv/gconv_simple.c | 1 - 1 file changed, 1 deletion(-) (limited to 'iconv/gconv_simple.c') diff --git a/iconv/gconv_simple.c b/iconv/gconv_simple.c index 47f741e235..147068350a 100644 --- a/iconv/gconv_simple.c +++ b/iconv/gconv_simple.c @@ -91,7 +91,6 @@ internal_ucs4_loop (struct __gconv_step *step, for (cnt = 0; cnt < n_convert; ++cnt, inptr += 4) *outptr32++ = bswap_32 (*(const uint32_t *) inptr); - outptr = *inptrp = inptr; *outptrp = (unsigned char *) outptr32; -- cgit v1.2.1