]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libsmartcols: handle nameless tables in export format
authorThomas Weißschuh <thomas@t-8ch.de>
Fri, 22 Sep 2023 09:20:36 +0000 (11:20 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Fri, 22 Sep 2023 18:31:28 +0000 (20:31 +0200)
commit3edf231c62da1d2bc7f496992f531d0f06b5fab3
tree99313535e0858e3674947e05aa76882b2bc5ece5
parentde13900d71a968e859ab7aece4537dfd87c7185c
libsmartcols: handle nameless tables in export format

fputs(NULL) is not allowed.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
libsmartcols/src/print.c