Changeset 14d0b02
- Timestamp:
- 2012-12-25T00:08:33Z (12 years ago)
- Branches:
- master
- Children:
- 3c7af69, e6298e5
- Parents:
- c1d9c95
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_lib.c
rc1d9c95 r14d0b02 781 781 req->reply_body[len] = '\0'; 782 782 783 if ( parsed) {783 if ((parsed = json_parse(req->reply_body))) { 784 784 twitter_stream_handle_object(ic, parsed); 785 785 }
Note: See TracChangeset
for help on using the changeset viewer.