cli: fix showing revision when not multiline

This commit is contained in:
Aleksander Morgado
2012-06-29 13:28:59 +02:00
parent 513abb2ccf
commit 107c78306e

View File

@@ -1146,5 +1146,5 @@ mmcli_prefix_newlines (const gchar *prefix,
return (prefixed_string ?
g_string_free (prefixed_string, FALSE) :
NULL);
g_strdup (str));
}