]> xenbits.xensource.com Git - libvirt.git/commit
Fix virJSONValueToString prototype for Mingw32
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 15 Aug 2012 14:51:46 +0000 (15:51 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 15 Aug 2012 14:51:46 +0000 (15:51 +0100)
commitf376d24e79e85cf72b6f8536d3c898526d70f915
tree4f2cd67ad24886ee9f925776302edfa2b9b98561
parentc7447ab1472b38d30c61dd7e977c5ad81c220ebc
Fix virJSONValueToString prototype for Mingw32

Fix build on platforms lacking YAJL library by adding missing
'bool pretty' parameter to virJSONValueToString.
src/util/json.c