]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-ls-llu.patch
- added -assertion-failed.patch
[packages/poldek.git] / poldek-ls-llu.patch
CommitLineData
aeebcae1
AG
1with ls -lu (llu), last column name (size) did not fit in one line.
2
3--- poldek-0.30-cvs20080604.13/cli/ls.c~ 2008-06-03 21:29:38.000000000 +0200
4+++ poldek-0.30-cvs20080604.13/cli/ls.c 2008-08-04 21:10:40.375270267 +0200
5@@ -427,7 +427,7 @@
6 } else {
7 snprintf(fmt_hdr, sizeof(fmt_hdr), "%%-%ds%%-%ds %%-%ds%%%ds\n",
8 (term_width/2) - 1, (term_width/6) - 1,
9- (term_width/6) - 1, (term_width/5) - 1);
10+ (term_width/6) - 1, (term_width/6) - 1);
11
12 snprintf(fmt_pkg, sizeof(fmt_pkg), "%%-%ds%%-%ds %%-%ds %%%ds\n",
13 (term_width/2) - 1, (term_width/6) - 1,
This page took 0.0344 seconds and 4 git commands to generate.