changeset 9487:40a6a70b3146 HEAD

lib-index: One more fix to handling 32bit ext-header updates.
author Timo Sirainen <tss@iki.fi>
date Mon, 23 Nov 2009 11:43:46 -0500
parents 9a8eb4d68b04
children e47eb506eebd
files src/lib-index/mail-transaction-log-append.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-transaction-log-append.c	Mon Nov 23 11:41:29 2009 -0500
+++ b/src/lib-index/mail-transaction-log-append.c	Mon Nov 23 11:43:46 2009 -0500
@@ -311,7 +311,7 @@
 	buffer_t *buf;
 	const unsigned char *data, *mask;
 	struct mail_transaction_ext_hdr_update u;
-	struct mail_transaction_ext_hdr_update u32;
+	struct mail_transaction_ext_hdr_update32 u32;
 	size_t offset;
 	bool started = FALSE, use_32 = hdr->alloc_size >= 65536;