]> git.pld-linux.org Git - packages/coreutils.git/blobdiff - coreutils-fmt-wchars.patch
-up to 8.6; really run tests; po pl patch merged upstream
[packages/coreutils.git] / coreutils-fmt-wchars.patch
index 3b636b07fe20f16fe95b7196d6d343cd0bef11ba..48d02278aa729fdcdd96081a01903401e2111526 100644 (file)
@@ -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' ')
This page took 0.058147 seconds and 4 git commands to generate.