]> 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)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Nov 2023 09:48:28 +0000 (10:48 +0100)
commitf368ccc759f9684338da723a93449764d0a8e312
treef70f24034703c1bbcb1db059c5a1309b27515941
parentf5cace8da07291c94b76b5cf80da1f921be67419
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