- Timestamp:
- 2012-11-05T08:46:06Z (12 years ago)
- Branches:
- master
- Children:
- 8e3b7ac
- Parents:
- e08ae0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_lib.c
re08ae0c r0688e99 189 189 } 190 190 191 /* TODO: NULL means failure, but not always that the connection is dead. This sucks for callers. */ 191 192 static json_value *twitter_parse_response(struct im_connection *ic, struct http_request *req) 192 193 { … … 267 268 268 269 for (i = 0; i < c->u.array.length; i ++) { 270 if (c->u.array.values[i]->type != json_integer) 271 continue; 272 269 273 txl->list = g_slist_prepend(txl->list, 270 274 g_strdup_printf("%ld", c->u.array.values[i]->u.integer));
Note: See TracChangeset
for help on using the changeset viewer.