From 107c78306ef9ff32dc0b3434cb0aa064df8f2233 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 29 Jun 2012 13:28:59 +0200 Subject: [PATCH] cli: fix showing revision when not multiline --- cli/mmcli-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/mmcli-common.c b/cli/mmcli-common.c index 600939ae..57a43a6a 100644 --- a/cli/mmcli-common.c +++ b/cli/mmcli-common.c @@ -1146,5 +1146,5 @@ mmcli_prefix_newlines (const gchar *prefix, return (prefixed_string ? g_string_free (prefixed_string, FALSE) : - NULL); + g_strdup (str)); }