This commit is contained in:
Eric Petit 2007-01-18 03:12:54 +00:00
parent b8b1383ef5
commit 4b9df2981b
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ static int fastResumeMTimes( tr_io_t * io, int * tab )
{
tab[i] = 0xFFFFFFFF;
}
else if( !S_ISREG( sb.st_mode ) )
else if( S_ISREG( sb.st_mode ) )
{
#ifdef SYS_DARWIN
tab[i] = ( sb.st_mtimespec.tv_sec & 0x7FFFFFFF );