From: Jean-Philippe Orsini Date: Tue, 30 Apr 2013 12:35:26 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=commitdiff_plain;h=a9b5dea94a9c5219be46b54428531b195c90dd90 --- diff --git a/src/ttrss_ws.c b/src/ttrss_ws.c index 0aed58d..e62fa18 100644 --- a/src/ttrss_ws.c +++ b/src/ttrss_ws.c @@ -103,6 +103,8 @@ static const char *ws_reply_get_error(struct json_object *content) { struct json_object *jerror; + log_debug("ws_reply_get_error"); + if (json_object_get_type(content) != json_type_object) return NULL;