diff --git a/coreutils-i18n.patch b/coreutils-i18n.patch index 86cdece..b402e41 100644 --- a/coreutils-i18n.patch +++ b/coreutils-i18n.patch @@ -1351,8 +1351,8 @@ /* We've just printed some files and need to clean up things before 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 @@ #include @@ -2172,7 +2172,7 @@ + if (translate) \ + { \ + \ -+ uwc = toupper(WC); \ ++ uwc = towupper(WC); \ + if (WC == uwc) \ + { \ + memcpy (mbc, TEXT + i, MBLENGTH); \ diff --git a/coreutils.spec b/coreutils.spec index e42e242..189e7ed 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -250,6 +250,9 @@ fi /sbin/runuser %changelog +* Wed Dec 15 2004 Tim Waugh +- Fixed small bug in i18n patch. + * Mon Dec 6 2004 Tim Waugh 5.2.1-34 - Don't set fs uid until after pam_open_session (bug #77791).