diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-06-29 13:28:59 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-06-29 13:29:13 +0200 |
commit | 107c78306ef9ff32dc0b3434cb0aa064df8f2233 (patch) | |
tree | 82d2a0d71ac462fcb0eb5979c517e768245bf154 | |
parent | 513abb2ccfe7215cf1195ec786f8d2e28533f7f2 (diff) |
cli: fix showing revision when not multiline
-rw-r--r-- | cli/mmcli-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } |