From: Lennart Poettering Date: Wed, 15 Nov 2023 21:36:41 +0000 (+0100) Subject: dissect: set dash as ersatz string X-Git-Tag: v255-rc3~57^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F30044%2Fhead;p=thirdparty%2Fsystemd.git dissect: set dash as ersatz string --- diff --git a/src/dissect/dissect.c b/src/dissect/dissect.c index 1854d439869..dc753b461cd 100644 --- a/src/dissect/dissect.c +++ b/src/dissect/dissect.c @@ -1655,6 +1655,7 @@ static int action_discover(void) { return log_oom(); table_set_align_percent(t, table_get_cell(t, 0, 6), 100); + table_set_ersatz_string(t, TABLE_ERSATZ_DASH); HASHMAP_FOREACH(img, images) {