3
0
forked from pool/coreutils
coreutils/i18n-monthsort.diff
OBS User autobuild c76409f6df Accepting request 39394 from Base:System
Copy from Base:System/coreutils based on submit request 39394 from user psmt

OBS-URL: https://build.opensuse.org/request/show/39394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=39
2010-05-05 20:22:09 +00:00

14 lines
453 B
Diff

Index: src/sort.c
===================================================================
--- src/sort.c.orig 2010-05-04 17:28:43.820359291 +0200
+++ src/sort.c 2010-05-04 17:30:44.507859357 +0200
@@ -1285,7 +1285,7 @@ inittables_mb (void)
else
{
j += mblength;
- mblength = wcrtomb (mbc, wc, &state_wc);
+ mblength = wcrtomb (mbc, pwc, &state_wc);
assert (mblength != (size_t) 0 && mblength != (size_t) -1);
}