- Fixed small bug in i18n patch.

This commit is contained in:
Tim Waugh 2004-12-15 15:37:30 +00:00
parent e22b4c6259
commit 6fa4c6bd2a
2 changed files with 6 additions and 3 deletions

View File

@ -1351,8 +1351,8 @@
/* We've just printed some files and need to clean up things before /* We've just printed some files and need to clean up things before
looking for more options and printing the next batch of files. looking for more options and printing the next batch of files.
--- coreutils-5.1.3/src/sort.c.i18n 2004-01-21 22:27:02.000000000 +0000 --- coreutils-5.1.3/src/sort.c 2004-02-16 15:36:40.000000000 +0000
+++ coreutils-5.1.3/src/sort.c 2004-02-16 15:36:40.000000000 +0000 +++ coreutils-5.2.1/src/sort.c 2004-12-15 14:10:01.347312694 +0000
@@ -23,10 +23,31 @@ @@ -23,10 +23,31 @@
#include <config.h> #include <config.h>
@ -2172,7 +2172,7 @@
+ if (translate) \ + if (translate) \
+ { \ + { \
+ \ + \
+ uwc = toupper(WC); \ + uwc = towupper(WC); \
+ if (WC == uwc) \ + if (WC == uwc) \
+ { \ + { \
+ memcpy (mbc, TEXT + i, MBLENGTH); \ + memcpy (mbc, TEXT + i, MBLENGTH); \

View File

@ -250,6 +250,9 @@ fi
/sbin/runuser /sbin/runuser
%changelog %changelog
* Wed Dec 15 2004 Tim Waugh <twaugh@redhat.com>
- Fixed small bug in i18n patch.
* Mon Dec 6 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-34 * Mon Dec 6 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-34
- Don't set fs uid until after pam_open_session (bug #77791). - Don't set fs uid until after pam_open_session (bug #77791).