On 07/02/2018 11:22 AM, Markus Armbruster wrote:
qobject_from_jsonf() aborts on error, unlike qobject_from_jsonv(),
which returns null.  Since all remaining users of qobject_from_jsonf()
cope fine with null, change it to return null.

Signed-off-by: Markus Armbruster <arm...@redhat.com>
---
  qobject/qjson.c | 5 -----
  1 file changed, 5 deletions(-)


Nice that we're finally gaining some symmetry between the ... and va_list forms.

Reviewed-by: Eric Blake <ebl...@redhat.com>

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Reply via email to