This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

big5.c typo


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]