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:
parent
9553e98f8b
commit
ec1de2b338
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user