[dovecot-cvs] dovecot/src/lib-index mail-cache.c,1.23,1.24 mail-index.c,1.102,1.103

cras at procontrol.fi cras at procontrol.fi
Sun Nov 9 20:23:22 EET 2003


Update of /home/cvs/dovecot/src/lib-index
In directory danu:/tmp/cvs-serv25112

Modified Files:
	mail-cache.c mail-index.c 
Log Message:
type fixes



Index: mail-cache.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-cache.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- mail-cache.c	29 Oct 2003 13:50:36 -0000	1.23
+++ mail-cache.c	9 Nov 2003 18:23:20 -0000	1.24
@@ -1332,7 +1332,7 @@
 }
 
 static const char *write_header_string(const char *const headers[],
-				       size_t *size_r)
+				       uint32_t *size_r)
 {
 	buffer_t *buffer;
 	size_t size;

Index: mail-index.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-index.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- mail-index.c	26 Oct 2003 19:39:58 -0000	1.102
+++ mail-index.c	9 Nov 2003 18:23:20 -0000	1.103
@@ -43,7 +43,7 @@
 
 	if (index->header_size > index->mmap_full_length) {
 		index_set_corrupted(index, "Invalid header_size in header "
-				    "(%u)", index->header_size);
+				    "(%"PRIuSIZE_T")", index->header_size);
 		return FALSE;
 	}
 



More information about the dovecot-cvs mailing list