Changeset 237eadd
- Timestamp:
- 2010-08-22T08:07:48Z (14 years ago)
- Branches:
- master
- Children:
- be999a5
- Parents:
- c00dd71
- Location:
- protocols
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/si.c
rc00dd71 r237eadd 373 373 { 374 374 struct xt_node *c, *d; 375 char *ini_jid , *tgt_jid, *iq_id, *cmp;375 char *ini_jid = NULL, *tgt_jid, *iq_id, *cmp; 376 376 GSList *tflist; 377 377 struct jabber_transfer *tf=NULL; -
protocols/twitter/twitter_lib.c
rc00dd71 r237eadd 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.