[dovecot-cvs] dovecot/src/lib-index mail-transaction-log-view.c, 1.41, 1.42

cras at dovecot.org cras at dovecot.org
Wed Oct 12 20:14:35 EEST 2005


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

Modified Files:
	mail-transaction-log-view.c 
Log Message:
Fixed some printf-type mismatches



Index: mail-transaction-log-view.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-transaction-log-view.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- mail-transaction-log-view.c	29 Apr 2005 11:17:40 -0000	1.41
+++ mail-transaction-log-view.c	12 Oct 2005 17:14:32 -0000	1.42
@@ -354,7 +354,7 @@
 	if ((hdr_size - sizeof(*hdr)) % record_size != 0) {
 		mail_transaction_log_file_set_corrupted(file,
 			"record size wrong (type 0x%x, "
-			"offset=%"PRIuUOFF_T", size=%u %% %u != 0)",
+			"offset=%"PRIuUOFF_T", size=%"PRIuSIZE_T" %% %u != 0)",
 			hdr->type & MAIL_TRANSACTION_TYPE_MASK,
                         view->cur_offset, (hdr_size - sizeof(*hdr)),
 			record_size);



More information about the dovecot-cvs mailing list