Changes in protocols/purple/ft.c [ea90275:30d598c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/ft.c
rea90275 r30d598c 146 146 remove the evil cast below. */ 147 147 px->ft = imcb_file_send_start(ic, (char *) who, xfer->filename, xfer->size); 148 149 if (!px->ft) { 150 return FALSE; 151 } 148 152 px->ft->data = px; 149 153
Note: See TracChangeset
for help on using the changeset viewer.