SOURCES: coreutils-fmt-wchars.patch - fix incorrect update

baggins baggins at pld-linux.org
Wed Mar 28 14:08:23 CEST 2007


Author: baggins                      Date: Wed Mar 28 12:08:23 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix incorrect update

---- Files affected:
SOURCES:
   coreutils-fmt-wchars.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/coreutils-fmt-wchars.patch
diff -u SOURCES/coreutils-fmt-wchars.patch:1.3 SOURCES/coreutils-fmt-wchars.patch:1.4
--- SOURCES/coreutils-fmt-wchars.patch:1.3	Tue Mar 27 17:01:28 2007
+++ SOURCES/coreutils-fmt-wchars.patch	Wed Mar 28 14:08:18 2007
@@ -335,7 +335,7 @@
  	put_space (in_column - out_column);
 -      if (c == EOF && in_column >= next_prefix_indent + prefix_length)
 -	putchar ('\n');
-+      if (c == WEOF && in_column >= next_prefix_indent + prefix_length)
++      if (c == WEOF && in_column >= next_prefix_indent + prefix_width)
 +	putwchar (L'\n');
      }
 -  while (c != '\n' && c != EOF)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/coreutils-fmt-wchars.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list