From ec1de2b3387d5a41dc28f3983c1ab2475afd4d81166ef3ac53cee95c1a950c18 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Wed, 13 May 2015 09:44:48 +0000 Subject: [PATCH] fix changes wrt/ the previous s/MB_LEN_MAX/MB_CUR_MAX/. OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=259 --- coreutils-testsuite.changes | 2 +- coreutils.changes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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