Changeset 4eaff41 for skype


Ignore:
Timestamp:
2007-09-03T12:57:26Z (17 years ago)
Author:
VMiklos <vmiklos@…>
Branches:
master
Children:
7879736
Parents:
478c051
Message:

skype_read_callback(): ignore empty messages
skype itself does the same

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skype.c

    r478c051 r4eaff41  
    266266                                        {
    267267                                                info += 5;
    268                                                 if(sd->handle)
     268                                                if(sd->handle && strlen(info))
    269269                                                {
    270270                                                        /* New body, we have everything to use imcb_buddy_msg() now! */
Note: See TracChangeset for help on using the changeset viewer.