Changeset f8c9347
- Timestamp:
- 2016-11-23T23:41:22Z (8 years ago)
- Branches:
- master
- Children:
- ed1f5e8d
- Parents:
- 5a8afc3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_lib.c
r5a8afc3 rf8c9347 234 234 if ((ret = json_parse(req->reply_body, req->body_size)) == NULL) { 235 235 imcb_error(ic, "Could not retrieve %s: %s", 236 path, " XMLparse error");236 path, "JSON parse error"); 237 237 } 238 238 return ret;
Note: See TracChangeset
for help on using the changeset viewer.