SOURCES: poldek-ls-llu.patch (NEW) - new

adamg adamg at pld-linux.org
Mon Aug 4 21:20:08 CEST 2008


Author: adamg                        Date: Mon Aug  4 19:20:08 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   poldek-ls-llu.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/poldek-ls-llu.patch
diff -u /dev/null SOURCES/poldek-ls-llu.patch:1.1
--- /dev/null	Mon Aug  4 21:20:08 2008
+++ SOURCES/poldek-ls-llu.patch	Mon Aug  4 21:20:02 2008
@@ -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,
================================================================


More information about the pld-cvs-commit mailing list