From 4b9df2981b38479eb5a7b9632339e32572584e78 Mon Sep 17 00:00:00 2001 From: Eric Petit Date: Thu, 18 Jan 2007 03:12:54 +0000 Subject: [PATCH] Ooops --- libtransmission/fastresume.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/fastresume.h b/libtransmission/fastresume.h index 670162ff0..0a1e796fd 100644 --- a/libtransmission/fastresume.h +++ b/libtransmission/fastresume.h @@ -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 );