diff --git a/coreutils-testsuite.changes b/coreutils-testsuite.changes index a30bb11..40b13cb 100644 --- a/coreutils-testsuite.changes +++ b/coreutils-testsuite.changes @@ -12,7 +12,7 @@ Tue May 12 08:56:13 UTC 2015 - mail@bernhard-voelker.de src/sort.c (keycompare_mb): Ensure the buffer is big enough to handle anything output from wctomb(). Theoretically any input char could be converted to multiple output chars, - and so we need to multiply the storage by MB_LEN_MAX. + and so we need to multiply the storage by MB_CUR_MAX. ------------------------------------------------------------------- Tue Apr 7 18:18:31 UTC 2015 - crrodriguez@opensuse.org diff --git a/coreutils.changes b/coreutils.changes index a30bb11..40b13cb 100644 --- a/coreutils.changes +++ b/coreutils.changes @@ -12,7 +12,7 @@ Tue May 12 08:56:13 UTC 2015 - mail@bernhard-voelker.de src/sort.c (keycompare_mb): Ensure the buffer is big enough to handle anything output from wctomb(). Theoretically any input char could be converted to multiple output chars, - and so we need to multiply the storage by MB_LEN_MAX. + and so we need to multiply the storage by MB_CUR_MAX. ------------------------------------------------------------------- Tue Apr 7 18:18:31 UTC 2015 - crrodriguez@opensuse.org