Changeset ea728e6 for protocols/twitter/twitter_lib.c
- Timestamp:
- 2010-08-24T12:19:52Z (14 years ago)
- Branches:
- master
- Children:
- b78c4b9
- Parents:
- 9b1d2d6 (diff), bd599b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_lib.c
r9b1d2d6 rea728e6 373 373 static xt_status twitter_xt_get_status( struct xt_node *node, struct twitter_xml_status *txs ) 374 374 { 375 struct xt_node *child, *rt ;375 struct xt_node *child, *rt = NULL; 376 376 gboolean truncated = FALSE; 377 377
Note: See TracChangeset
for help on using the changeset viewer.