Re: [libvirt] [PATCH] json: Fix *GetBoolean functions

2011-05-09 Thread Jiri Denemark
On Thu, May 05, 2011 at 13:13:13 -0600, Eric Blake wrote: On 05/05/2011 07:10 AM, Jiri Denemark wrote: They were not used anywhere so far so nobody noticed they are broken. --- src/util/json.c | 11 ++- src/util/json.h |4 ++-- 2 files changed, 8 insertions(+), 7

[libvirt] [PATCH] json: Fix *GetBoolean functions

2011-05-05 Thread Jiri Denemark
They were not used anywhere so far so nobody noticed they are broken. --- src/util/json.c | 11 ++- src/util/json.h |4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/util/json.c b/src/util/json.c index 0daeae9..df4771d 100644 --- a/src/util/json.c +++

Re: [libvirt] [PATCH] json: Fix *GetBoolean functions

2011-05-05 Thread Eric Blake
On 05/05/2011 07:10 AM, Jiri Denemark wrote: They were not used anywhere so far so nobody noticed they are broken. --- src/util/json.c | 11 ++- src/util/json.h |4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/util/json.c b/src/util/json.c index