summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src
diff options
context:
space:
mode:
authorKarel Zak2016-01-25 15:31:24 +0100
committerKarel Zak2016-01-25 15:31:24 +0100
commite85c8c98e6e3c0548c5a0d3f614f45dc04e4ebbb (patch)
treef3259f29ce01b1c1b91c8549cd46f875a120bd5d /libsmartcols/src
parentlibsmartcols: reduce also SCOLS_FL_WRAP columns (diff)
downloadkernel-qcow2-util-linux-e85c8c98e6e3c0548c5a0d3f614f45dc04e4ebbb.tar.gz
kernel-qcow2-util-linux-e85c8c98e6e3c0548c5a0d3f614f45dc04e4ebbb.tar.xz
kernel-qcow2-util-linux-e85c8c98e6e3c0548c5a0d3f614f45dc04e4ebbb.zip
libsmartcols: make SCOLS_FL_WRAP usable in tree
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src')
-rw-r--r--libsmartcols/src/table_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsmartcols/src/table_print.c b/libsmartcols/src/table_print.c
index 3a8db7f87..b003ed6d5 100644
--- a/libsmartcols/src/table_print.c
+++ b/libsmartcols/src/table_print.c
@@ -375,7 +375,7 @@ static int print_data(struct libscols_table *tb,
if (*p)
for (size_t j = 0; j < cl->seqnum; j++)
print_empty_cell (tb, scols_table_get_column(tb, j),
- NULL, buf->bufsz);
+ ln, buf->bufsz);
}
if (color)