- Timestamp:
- 2010-08-22T08:07:48Z (14 years ago)
- Branches:
- master
- Children:
- a72af0d, ea728e6
- Parents:
- 1aa74f55
- Location:
- protocols
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/si.c
r1aa74f55 rbd599b9 377 377 { 378 378 struct xt_node *c, *d; 379 char *ini_jid , *tgt_jid, *iq_id, *cmp;379 char *ini_jid = NULL, *tgt_jid, *iq_id, *cmp; 380 380 GSList *tflist; 381 381 struct jabber_transfer *tf=NULL; -
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.