[dovecot-cvs] dovecot/src/lib-index mail-cache-sync-update.c, 1.5, 1.6

cras at dovecot.org cras at dovecot.org
Sun Dec 5 03:36:17 EET 2004


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv16278/lib-index

Modified Files:
	mail-cache-sync-update.c 
Log Message:
Changed file_cache_invalidate()'s size argument to uoff_t type.



Index: mail-cache-sync-update.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-cache-sync-update.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mail-cache-sync-update.c	3 Dec 2004 04:57:59 -0000	1.5
+++ mail-cache-sync-update.c	5 Dec 2004 01:36:14 -0000	1.6
@@ -120,7 +120,7 @@
 
 	if (cache->file_cache != NULL) {
 		file_cache_invalidate(cache->file_cache, *new_cache_offset,
-				      (size_t)-1);
+				      (uoff_t)-1);
 	}
 
 	if (*old_cache_offset == 0 ||



More information about the dovecot-cvs mailing list