- Fixed small bug in i18n patch.
This commit is contained in:
parent
e22b4c6259
commit
6fa4c6bd2a
@ -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); \
|
||||||
|
@ -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).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user