]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-ls-llu.patch
This commit was manufactured by cvs2git to create branch 'AC-DEVEL'.
[packages/poldek.git] / poldek-ls-llu.patch
1 with 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.022696 seconds and 3 git commands to generate.