Changeset 2139

Show
Ignore:
Timestamp:
06/12/07 17:51:25
Author:
pvanhoof
Message:

Bugfixje

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-engine.c

    r1943 r2139  
    350350 
    351351        e_dlist_addtail(&pe->done, (EDListNode *)pc); 
    352         pe->sentlen -= strlen(pc->data); 
     352 
     353        if (pc && pc->data) 
     354                pe->sentlen -= strlen(pc->data); 
     355        else 
     356                g_warning ("Unexpected, pc == NULL"); 
    353357 
    354358        /* Set next command */