Changeset 7061
- Timestamp:
- Nov 6, 2008, 4:25:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/inout.c
r7051 r7061 153 153 154 154 fd = tr_fdFileCheckout( tor->downloadDir, 155 file->name, 156 TRUE, 157 tor->session->doPreallocateFiles && !file->dnd, 158 file->length ); 155 file->name, TRUE, !file->dnd, file->length ); 159 156 160 157 if( fd < 0 ) /* bad fd */
Note: See TracChangeset
for help on using the changeset viewer.