]> git.pld-linux.org Git - packages/coreutils.git/blobdiff - coreutils-fmt-wchars.patch
up to 9.1
[packages/coreutils.git] / coreutils-fmt-wchars.patch
index 64748ea0ad5e51d1d78f27f7cf9bb7bc0b9dd0a2..e82dde10be6df065855969cbf15af929e17ea2c1 100644 (file)
 +          word_limit->width += xwcwidth (c);
 +          c = xgetwc (f);
          }
--      while (c != EOF && !isspace (c));
+-      while (c != EOF && !c_isspace (c));
 -      in_column += word_limit->length = wptr - word_limit->text;
 +      while (c != WEOF && !isspace (c));
 +      word_limit->length = wptr - word_limit->text;
This page took 0.030373 seconds and 4 git commands to generate.