changeset 7725:643b9f2ca446 HEAD

And compile fix for last change.
author Timo Sirainen <tss@iki.fi>
date Mon, 25 Feb 2008 21:37:48 +0200
parents 20dc04cd6548
children baff41db898a
files src/lib-storage/index/index-mail-headers.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-mail-headers.c	Mon Feb 25 21:27:43 2008 +0200
+++ b/src/lib-storage/index/index-mail-headers.c	Mon Feb 25 21:37:48 2008 +0200
@@ -215,7 +215,7 @@
 			  (HEADER_MATCH_SKIP_COUNT-1)) == 0);
 		if (mail->header_match_value == 0) {
 			/* wrapped, we'll have to clear the buffer */
-			buffer_reset(mail->header_match->arr.buffer);
+			buffer_reset(mail->header_match.arr.buffer);
 			mail->header_match_value = HEADER_MATCH_SKIP_COUNT;
 		}
 	}