Changes in protocols/purple/ft.c [30d598c:ea90275]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/ft.c
r30d598c rea90275 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 }152 148 px->ft->data = px; 153 149
Note: See TracChangeset
for help on using the changeset viewer.