X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=coreutils-fmt-wchars.patch;h=48d02278aa729fdcdd96081a01903401e2111526;hb=dca140ed2b096d3b482508827de114c125ea3210;hp=3b636b07fe20f16fe95b7196d6d343cd0bef11ba;hpb=6fd3045262ba1f886949a8bb972ca185f1956cce;p=packages%2Fcoreutils.git diff --git a/coreutils-fmt-wchars.patch b/coreutils-fmt-wchars.patch index 3b636b0..48d0227 100644 --- a/coreutils-fmt-wchars.patch +++ b/coreutils-fmt-wchars.patch @@ -491,7 +491,7 @@ diff -ur coreutils-7.6.org/src/fmt.c coreutils-7.6/src/fmt.c +static wint_t +get_space (FILE *f, wint_t c) { - for (;;) + while (true) { - if (c == ' ') + if (c == L' ')