Changeset 237eadd


Ignore:
Timestamp:
2010-08-22T08:07:48Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
be999a5
Parents:
c00dd71
Message:

Fix two compiler warnings.

Location:
protocols
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/si.c

    rc00dd71 r237eadd  
    373373{
    374374        struct xt_node *c, *d;
    375         char *ini_jid, *tgt_jid, *iq_id, *cmp;
     375        char *ini_jid = NULL, *tgt_jid, *iq_id, *cmp;
    376376        GSList *tflist;
    377377        struct jabber_transfer *tf=NULL;
  • protocols/twitter/twitter_lib.c

    rc00dd71 r237eadd  
    373373static xt_status twitter_xt_get_status( struct xt_node *node, struct twitter_xml_status *txs )
    374374{
    375         struct xt_node *child, *rt;
     375        struct xt_node *child, *rt = NULL;
    376376        gboolean truncated = FALSE;
    377377
Note: See TracChangeset for help on using the changeset viewer.