]> git.pld-linux.org Git - packages/findutils.git/commitdiff
- fixed savannah bug 11495:
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 23 Jan 2005 17:42:13 +0000 (17:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  fallthrough from -printf format processing from 'n' case to 'd' case.

Changed files:
    findutils-pr11495.patch -> 1.1

findutils-pr11495.patch [new file with mode: 0644]

diff --git a/findutils-pr11495.patch b/findutils-pr11495.patch
new file mode 100644 (file)
index 0000000..f5a8922
--- /dev/null
@@ -0,0 +1,10 @@
+--- findutils-4.2.11/find/parser.c.orig        2005-01-23 18:34:37.000000000 +0100
++++ findutils-4.2.11/find/parser.c     2005-01-23 18:35:54.768229000 +0100
+@@ -1842,6 +1842,7 @@
+     case 'n':                 /* number of links */
+       fprintf_stat_needed = true;
+       *fmt++ = 's';
++      break;
+       
+       /* Numeric items that DO honour #, 0, + flags.
+        */
This page took 0.109488 seconds and 4 git commands to generate.