From 6f4a662d3dededb1fbc0cc4516965ff3aa47062f Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Thu, 2 Apr 2020 17:27:03 -0400 Subject: [PATCH] lttng-crash: clean-up: fix alignment of format string MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Francis Deslauriers Change-Id: I893a8ab7cbc0ad35a4ebabcf5017dbc83be1efc3 Signed-off-by: Jérémie Galarneau --- src/bin/lttng-crash/lttng-crash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-crash/lttng-crash.c b/src/bin/lttng-crash/lttng-crash.c index 98c52c59d..262cd7cc0 100644 --- a/src/bin/lttng-crash/lttng-crash.c +++ b/src/bin/lttng-crash/lttng-crash.c @@ -217,7 +217,7 @@ static void usage(void) static void version(FILE *ofp) { fprintf(ofp, "%s (LTTng Crash Trace Viewer) " VERSION " - " VERSION_NAME -"%s%s\n", + "%s%s\n", progname, GIT_VERSION[0] == '\0' ? "" : " - " GIT_VERSION, EXTRA_VERSION_NAME[0] == '\0' ? "" : " - " EXTRA_VERSION_NAME); -- 2.34.1