Changeset 10634 for trunk/libtransmission/bencode.c
- Timestamp:
- May 6, 2010, 5:02:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/bencode.c
r10633 r10634 32 32 #include "json.h" 33 33 #include "list.h" 34 #include "platform.h" /* MAX_PATH_LEN*/34 #include "platform.h" /* TR_PATH_MAX */ 35 35 #include "ptrarray.h" 36 36 #include "utils.h" /* tr_new(), tr_free() */ … … 1622 1622 int fd; 1623 1623 int err = 0; 1624 char buf[TR_ MAX_PATH];1624 char buf[TR_PATH_MAX]; 1625 1625 1626 1626 /* follow symlinks to find the "real" file, to make sure the temporary
Note: See TracChangeset
for help on using the changeset viewer.