From dd0a6079c23e628b19d23c6fa9d886a798626aa8 Mon Sep 17 00:00:00 2001 From: Sachin Pandit Date: Tue, 5 Nov 2013 15:30:28 +0000 Subject: cli/snapshot : Minox fix, string literal. Change-Id: I2a0b7e244256f1df82beb3e4815d6cacfee50603 Signed-off-by: Sachin Pandit --- cli/src/cli-rpc-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index fe08a3b95..c625cc955 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -7561,7 +7561,7 @@ list_snap_of_volume (dict_t *dict_n, char *prefix_str) { } ret = dict_get_str (dict_n, buffer, &get_buffer); if (ret == 0) { - cli_out (get_buffer); + cli_out ("%s",get_buffer); ret = 0; goto out; } -- cgit