Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/ft.c

    rea90275 r30d598c  
    146146           remove the evil cast below. */
    147147        px->ft = imcb_file_send_start(ic, (char *) who, xfer->filename, xfer->size);
     148
     149        if (!px->ft) {
     150                return FALSE;
     151        }
    148152        px->ft->data = px;
    149153
Note: See TracChangeset for help on using the changeset viewer.