Changeset 10633 for trunk/libtransmission/makemeta.c
- Timestamp:
- May 6, 2010, 3:07:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/makemeta.c
r10521 r10633 27 27 #include "bencode.h" 28 28 #include "makemeta.h" 29 #include "platform.h" /* threads, locks */29 #include "platform.h" /* threads, locks, TR_PATH_MAX */ 30 30 #include "utils.h" /* buildpath */ 31 31 #include "version.h" … … 316 316 for( prev = pch = file->filename + topLen; ; ++pch ) 317 317 { 318 char buf[ MAX_PATH_LENGTH];318 char buf[TR_MAX_PATH]; 319 319 320 320 if( *pch && *pch != TR_PATH_DELIMITER )
Note: See TracChangeset
for help on using the changeset viewer.