]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- new auto/th/poldek-0_30-0_20080604_13_3
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 4 Aug 2008 19:20:02 +0000 (19:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-ls-llu.patch -> 1.1

poldek-ls-llu.patch [new file with mode: 0644]

diff --git a/poldek-ls-llu.patch b/poldek-ls-llu.patch
new file mode 100644 (file)
index 0000000..c66a08d
--- /dev/null
@@ -0,0 +1,13 @@
+with ls -lu (llu), last column name (size) did not fit in one line.
+
+--- poldek-0.30-cvs20080604.13/cli/ls.c~       2008-06-03 21:29:38.000000000 +0200
++++ poldek-0.30-cvs20080604.13/cli/ls.c        2008-08-04 21:10:40.375270267 +0200
+@@ -427,7 +427,7 @@
+         } else {
+             snprintf(fmt_hdr, sizeof(fmt_hdr), "%%-%ds%%-%ds %%-%ds%%%ds\n",
+                      (term_width/2) - 1, (term_width/6) - 1,
+-                     (term_width/6) - 1, (term_width/5) - 1);
++                     (term_width/6) - 1, (term_width/6) - 1);
+             snprintf(fmt_pkg, sizeof(fmt_pkg), "%%-%ds%%-%ds %%-%ds %%%ds\n",
+                      (term_width/2) - 1, (term_width/6) - 1,
This page took 0.19753 seconds and 4 git commands to generate.