Changeset bd599b9 for protocols/twitter
- Timestamp:
- 2010-08-22T08:07:48Z (15 years ago)
- Branches:
- master
- Children:
- a72af0d, ea728e6
- Parents:
- 1aa74f55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_lib.c
r1aa74f55 rbd599b9 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.