big5.c typo

Andreas Schwab schwab@suse.de
Tue Apr 4 04:19:00 GMT 2000


This fixes a typo.

Andreas.


2000-04-04  Andreas Schwab  <schwab@suse.de>

	* iconvdata/big5.c (BODY): Fix typo.

Index: big5.c
===================================================================
RCS file: /cvs/glibc/libc/iconvdata/big5.c,v
retrieving revision 1.8
diff -u -a -u -r1.8 iconvdata/big5.c
--- iconvdata/big5.c	2000/03/28 17:27:37	1.8
+++ iconvdata/big5.c	2000/04/04 11:18:06
@@ -8475,7 +8475,7 @@
     else								      \
       ++inptr;								      \
 									      \
-    putr32 (outptr, ch);						      \
+    put32 (outptr, ch);							      \
     outptr += 4;							      \
   }
 #include <iconv/loop.c>

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg


More information about the Libc-hacker mailing list