]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(BODY): Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Tue, 4 Apr 2000 20:53:38 +0000 (20:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 4 Apr 2000 20:53:38 +0000 (20:53 +0000)
iconvdata/big5.c

index 42d59c31ba6f7f31d455dc27aa3dfaf25fd3778e..de15ad62396f6a78495a94cb5966222c9e0c56e5 100644 (file)
@@ -8475,7 +8475,7 @@ static const char from_ucs4_tab13[][2] =
     else                                                                     \
       ++inptr;                                                               \
                                                                              \
-    putr32 (outptr, ch);                                                     \
+    put32 (outptr, ch);                                                              \
     outptr += 4;                                                             \
   }
 #include <iconv/loop.c>