Author: mis Date: Wed Oct 28 21:17:56 2009 GMT
Module: poldek Tag: HEAD
---- Log message:
- ls-llu.patch by [email protected]
---- Files affected:
poldek/poldek/cli:
ls.c (1.31 -> 1.32)
---- Diffs:
================================================================
Index: poldek/poldek/cli/ls.c
diff -u poldek/poldek/cli/ls.c:1.31 poldek/poldek/cli/ls.c:1.32
--- poldek/poldek/cli/ls.c:1.31 Wed Jun 4 21:54:04 2008
+++ poldek/poldek/cli/ls.c Wed Oct 28 22:17:51 2009
@@ -428,7 +428,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,
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/cli/ls.c?r1=1.31&r2=1.32&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit