Changeset 10633 for trunk/libtransmission/fdlimit.c
- Timestamp:
- May 6, 2010, 3:07:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/fdlimit.c
r10336 r10633 68 68 #include "fdlimit.h" 69 69 #include "net.h" 70 #include "platform.h" /* MAX_PATH_LENGTH, TR_PATH_DELIMITER */70 #include "platform.h" /* TR_MAX_PATH, TR_PATH_DELIMITER */ 71 71 #include "session.h" 72 72 #include "torrent.h" /* tr_isTorrent() */ … … 88 88 int torrentId; 89 89 tr_file_index_t fileNum; 90 char filename[ MAX_PATH_LENGTH];90 char filename[TR_MAX_PATH]; 91 91 int fd; 92 92 uint64_t date;
Note: See TracChangeset
for help on using the changeset viewer.