Changeset 7a9d968 for protocols/purple/ft.c
- Timestamp:
- 2018-03-10T11:30:39Z (7 years ago)
- Children:
- 5447c59
- Parents:
- 3f44e43 (diff), 4a9c6b0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/ft.c
r3f44e43 r7a9d968 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.