]> git.ipfire.org Git - thirdparty/systemd.git/commit
format-table: if NULL is spcified as data, let's patch to an empty cell
authorLennart Poettering <lennart@poettering.net>
Mon, 29 Jul 2019 16:36:59 +0000 (18:36 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 29 Jul 2019 16:48:25 +0000 (18:48 +0200)
commit4ea710eaf44132fbc10634dad3a4ac1e24432b6a
treecba60a60860db013851939b847e728ad62ef82ad
parent7a9b4bb0507b815fa29eb8a19b50f0fcef93f39c
format-table: if NULL is spcified as data, let's patch to an empty cell

This should make various calls easier that currently generate either an
empty cell or a regular cell depending on whether they have data to
show.
src/shared/format-table.c