changeset 4653:f189a1724f55 HEAD

If time_t or uoff_t size had changed, we returned -1 instead of FALSE, which broke the check later..
author Timo Sirainen <tss@iki.fi>
date Fri, 13 Oct 2006 18:02:46 +0300
parents 3da6580bb0ed
children 35d9433de1ca
files src/lib-index/mail-cache.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-cache.c	Fri Oct 13 15:44:22 2006 +0300
+++ b/src/lib-index/mail-cache.c	Fri Oct 13 18:02:46 2006 +0300
@@ -138,7 +138,7 @@
 			cache->hdr_modified = TRUE;
 		} else {
 			/* architecture change - handle silently(?) */
-			return -1;
+			return FALSE;
 		}
 	}