fixed possible build-failure typo in i18n patch(#442205)

This commit is contained in:
Ondrej Vasik 2008-04-14 11:06:39 +00:00
parent d4765533d8
commit c430692c6b
2 changed files with 5 additions and 2 deletions

View File

@ -3946,8 +3946,8 @@
- FATAL_ERROR (_("the delimiter must be a single character")); - FATAL_ERROR (_("the delimiter must be a single character"));
- delim = optarg[0]; - delim = optarg[0];
- delim_specified = true; - delim_specified = true;
+#if HAVE_MBRTOWC
+ { + {
+#if HAVE_MBRTOWC
+ if(MB_CUR_MAX > 1) + if(MB_CUR_MAX > 1)
+ { + {
+ mbstate_t state; + mbstate_t state;

View File

@ -1,7 +1,7 @@
Summary: The GNU core utilities: a set of tools commonly used in shell scripts Summary: The GNU core utilities: a set of tools commonly used in shell scripts
Name: coreutils Name: coreutils
Version: 6.10 Version: 6.10
Release: 18%{?dist} Release: 19%{?dist}
License: GPLv3+ License: GPLv3+
Group: System Environment/Base Group: System Environment/Base
Url: http://www.gnu.org/software/coreutils/ Url: http://www.gnu.org/software/coreutils/
@ -312,6 +312,9 @@ fi
/sbin/runuser /sbin/runuser
%changelog %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 * Mon Apr 7 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-18
- fix colorls.sh syntax with Zsh (#440652) - fix colorls.sh syntax with Zsh (#440652)
- mention that cp -a includes -c option + mention cp -c - mention that cp -a includes -c option + mention cp -c