From 533d29e5d2d5afc80f927d1f37dce3bd352a5efd 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(-) diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index fa77f1a14..450ad6661 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -7434,7 +7434,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