Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/chat.c

    r84b045d rd18db32f  
    384384        char *roomname = NULL;
    385385        struct aim_chat_roominfo roominfo;
    386         guint16 tlvcount = 0;
    387386        aim_tlvlist_t *tlvlist;
    388387        char *roomdesc = NULL;
     
    401400        }
    402401
    403         tlvcount = aimbs_get16(bs);
     402        aimbs_get16(bs); /* tlv count */
    404403
    405404        /*
Note: See TracChangeset for help on using the changeset viewer.