]> git.ipfire.org Git - thirdparty/util-linux.git/commit
ldattach: adapt print_table column width to widest entry
authorTilman Schmidt <tilman@imap.cc>
Thu, 9 Jul 2015 13:22:32 +0000 (15:22 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 15 Jul 2015 13:46:16 +0000 (15:46 +0200)
commitb5225af344a8508046711f794ac2fb497db0aaa4
tree399953419b61fc637f0eebef942acfbef469cf9b
parent4bd02cdfdf3a55ce61e8e56e29e9b149b5feaf1c
ldattach: adapt print_table column width to widest entry

The hardcoded column width of 10 in print_table() is not enough, as
the currently longest table entry to be printed has 12 characters.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
sys-utils/ldattach.c