fixed possible build-failure typo in i18n patch(#442205)
This commit is contained in:
parent
d4765533d8
commit
c430692c6b
@ -3946,8 +3946,8 @@
|
||||
- FATAL_ERROR (_("the delimiter must be a single character"));
|
||||
- delim = optarg[0];
|
||||
- delim_specified = true;
|
||||
+#if HAVE_MBRTOWC
|
||||
+ {
|
||||
+#if HAVE_MBRTOWC
|
||||
+ if(MB_CUR_MAX > 1)
|
||||
+ {
|
||||
+ mbstate_t state;
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
||||
Name: coreutils
|
||||
Version: 6.10
|
||||
Release: 18%{?dist}
|
||||
Release: 19%{?dist}
|
||||
License: GPLv3+
|
||||
Group: System Environment/Base
|
||||
Url: http://www.gnu.org/software/coreutils/
|
||||
@ -312,6 +312,9 @@ fi
|
||||
/sbin/runuser
|
||||
|
||||
%changelog
|
||||
* Mon Apr 14 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-19
|
||||
- fix possible build-failure typo in i18n patch(#442205)
|
||||
|
||||
* Mon Apr 7 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-18
|
||||
- fix colorls.sh syntax with Zsh (#440652)
|
||||
- mention that cp -a includes -c option + mention cp -c
|
||||
|
Loading…
Reference in New Issue
Block a user