[gnome-software/gnome-3-20] ords: Fix two trivial build warnings
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-20] ords: Fix two trivial build warnings
- Date: Fri, 9 Sep 2016 07:58:35 +0000 (UTC)
commit a7e0772793afdfeb490e91ff8e5357e02fa30cd1
Author: Richard Hughes <richard hughsie com>
Date: Fri Sep 9 08:52:28 2016 +0100
ords: Fix two trivial build warnings
src/plugins/gs-plugin-odrs.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/gs-plugin-odrs.c b/src/plugins/gs-plugin-odrs.c
index 19b336e..449c1f9 100644
--- a/src/plugins/gs-plugin-odrs.c
+++ b/src/plugins/gs-plugin-odrs.c
@@ -146,7 +146,7 @@ gs_plugin_odrs_load_ratings (GsPlugin *plugin, const gchar *fn, GError **error)
/* parse the data and find the success */
json_parser = json_parser_new ();
if (!json_parser_load_from_file (json_parser, fn, error))
- return NULL;
+ return FALSE;
json_root = json_parser_get_root (json_parser);
if (json_root == NULL) {
g_set_error_literal (error,
@@ -194,7 +194,7 @@ gs_plugin_odrs_refresh_ratings (GsPlugin *plugin,
/* check cache age */
cachedir = gs_utils_get_cachedir ("ratings", error);
if (cachedir == NULL)
- return NULL;
+ return FALSE;
fn = g_strdup_printf ("%s/odrs.json", cachedir);
if (cache_age > 0) {
guint tmp;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]