From: Jean-Philippe Orsini Date: Sun, 12 May 2013 18:46:08 +0000 (+0000) Subject: fixed compilation issue about 'boolean' type X-Git-Tag: v1.3.0~65 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=commitdiff_plain;h=f2158409edc0d8c246c9a6ceefcdd5db512210aa fixed compilation issue about 'boolean' type --- diff --git a/NEWS b/NEWS index c02ba43..ec5ac58 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +* v0.0.9 +** Fixed compilation issue related to 'boolean' type. + * v0.0.8 ** set transfer encoding to gzip as recommended by LP documentation. Only supported since Curl 7.21.6 diff --git a/src/lp_json.c b/src/lp_json.c index 6f251f3..a48ecaa 100644 --- a/src/lp_json.c +++ b/src/lp_json.c @@ -141,7 +141,7 @@ struct distro_arch_series *json_object_to_distro_arch_series(json_object *o) const char *display_name; const char *title; const char *architecture_tag; - boolean is_nominated_arch_indep; + json_bool is_nominated_arch_indep; const char *distroseries_link; display_name = json_object_get_string