Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/sb.c

    r1053836 r08995b0  
    213213                {
    214214                        m = l->data;
    215 
    216215                        g_free( m->who );
    217216                        g_free( m->text );
     
    220219                g_slist_free( sb->msgq );
    221220               
    222                 serv_got_crap( gc, "Warning: Closing down MSN switchboard connection with "
    223                                    "unsent message to %s, you'll have to resend it.",
    224                                    m->who ? m->who : "(unknown)" );
     221                serv_got_crap( gc, "Warning: Closing down MSN switchboard connection with unsent message(s), you'll have to resend them." );
    225222        }
    226223       
Note: See TracChangeset for help on using the changeset viewer.