Changeset c751e51
- Timestamp:
- 2012-11-24T00:15:17Z (12 years ago)
- Branches:
- master
- Children:
- f26d9a3e
- Parents:
- 5aa96fc8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_lib.c
r5aa96fc8 rc751e51 1158 1158 if ((id = json_o_get(parsed, "id")) && id->type == json_integer) 1159 1159 td->last_status_id = id->u.integer; 1160 1161 json_value_free(parsed); 1160 1162 } 1161 1163
Note: See TracChangeset
for help on using the changeset viewer.