X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp_json.c;h=ddb8f31f836121afa2ab8efff6becda751bff893;hb=5a64d0eb4e839196874e7dfde19765f90e10598c;hp=6f251f3ed5b42ceba9dd9381c621c2cd1a0ced44;hpb=12cf1b3a4702e58c5797be638ab48e899ef932a4;p=ppastats.git diff --git a/src/lp_json.c b/src/lp_json.c index 6f251f3..ddb8f31 100644 --- a/src/lp_json.c +++ b/src/lp_json.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 jeanfi@gmail.com + * Copyright (C) 2011-2014 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -26,6 +26,12 @@ #include "lp_json.h" #include "lp_ws.h" +/* Declares json_bool to have consistent code even with + old json lib releases using boolean instead of json_bool.*/ +#ifndef json_bool +typedef boolean json_bool; +#endif + static time_t json_to_time(json_object *json) { const char *str; @@ -141,7 +147,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