Changeset 14d0b02 for protocols


Ignore:
Timestamp:
2012-12-25T00:08:33Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3c7af69, e6298e5
Parents:
c1d9c95
Message:

I suck. This will teach me not to combine logging and actual work in silly
ways.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.c

    rc1d9c95 r14d0b02  
    781781                req->reply_body[len] = '\0';
    782782               
    783                 if (parsed) {
     783                if ((parsed = json_parse(req->reply_body))) {
    784784                        twitter_stream_handle_object(ic, parsed);
    785785                }
Note: See TracChangeset for help on using the changeset viewer.