Changeset 1209
- Timestamp:
- Dec 14, 2006, 4:30:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/io/libtransmission/fastresume.h
r1074 r1209 88 88 if( stat( path, &sb ) ) 89 89 { 90 tr_err( "Could not stat '%s'", path ); 91 free( path ); 92 return 1; 90 tab[i] = 0xFFFFFFFF; 91 continue; 93 92 } 94 if( ( sb.st_mode & S_IFMT ) == S_IFREG)93 if( !S_ISREG( sb.st_mode ) ) 95 94 { 96 95 #ifdef SYS_DARWIN
Note: See TracChangeset
for help on using the changeset viewer.