close Warning: Failed to sync with repository "(default)": [Errno 12] Cannot allocate memory; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Ticket #828: patch.diff

File patch.diff, 511 bytes (added by Flexo, at 2011-09-07T11:24:08Z)
  • protocols/oscar/oscar.c

    === modified file 'protocols/oscar/oscar.c'
     
    21012101                                aim_ssi_auth_request( sess, fr->conn, list, "" );
    21022102                                aim_ssi_addbuddies( sess, fr->conn, OSCAR_GROUP, &list, 1, 1 );
    21032103                        }
     2104                        else if( st == 0x0A )
     2105                        {
     2106                                imcb_error( sess->aux_data, "Buddy %s is already in your list", list );
     2107                        }
    21042108                        else
    21052109                        {
    21062110                                imcb_error( sess->aux_data, "Error while adding buddy: 0x%04x", st );