Re: [Qemu-devel] [PATCH v2 05/14] qapi: Use qstring_append_chr() where appropriate
On Mon, 12/21 17:30, Eric Blake wrote: > No need to create a temporary buffer, when we already have a > function available for our needs. > > Signed-off-by: Eric Blake Reviewed-by: Fam Zheng
[Qemu-devel] [PATCH v2 05/14] qapi: Use qstring_append_chr() where appropriate
No need to create a temporary buffer, when we already have a function available for our needs. Signed-off-by: Eric Blake --- qobject/json-parser.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/qobject/json-parser.c b/qobject/json-parser.c index 441c6e9..fc5510e 100644