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


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

glibc-2.1.1/locale/programs/locfile.c


Hi!
please fix "LC_CYTPE" in glibc-2.1.1/locale/programs/locfile.c

Thanks
Kaoru Fukui
fukui@ppc.linux.or.jp



diff -Nur /glibc-2.1.1-diff/source/locale/programs/locfile.c /glibc-2.1.1-diff/
fixed/locale/programs/locfile.c
--- /glibc-2.1.1-diff/source/locale/programs/locfile.c	Thu Oct 22 04:01:17 
1998
+++ /glibc-2.1.1-diff/fixed/locale/programs/locfile.c	Wed Apr 14 17:15:11 1999
@@ -390,7 +390,7 @@
 	  continue;
 
 	case 2:
-	  HANDLE_COPY (LC_CTYPE, tok_lc_ctype, "LC_CYTPE");
+	  HANDLE_COPY (LC_CTYPE, tok_lc_ctype, "LC_CTYPE");
 
 	  ctype_startup (ldfile, result, charset);
 	  /* FALLTHROUGH */





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