Changeset 30d598c for protocols/purple
- Timestamp:
- 2017-01-29T22:40:09Z (8 years ago)
- Branches:
- master
- Children:
- 262a82b
- Parents:
- 53cb4ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/ft.c
r53cb4ae 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.