SHA256
1
0
forked from pool/coreutils

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
This commit is contained in:
Bernhard Voelker 2015-05-13 09:44:48 +00:00 committed by Git OBS Bridge
parent 9553e98f8b
commit ec1de2b338
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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