changeset 1072:a3e831cba5c4 HEAD

Message size was returned with wrong type
author Timo Sirainen <tss@iki.fi>
date Sat, 01 Feb 2003 13:44:57 +0200
parents d71e0aa00d75
children 389e9d1f4e60
files src/imap/imap-sort.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/imap/imap-sort.c	Sat Feb 01 13:44:40 2003 +0200
+++ b/src/imap/imap-sort.c	Sat Feb 01 13:44:57 2003 +0200
@@ -511,7 +511,7 @@
 	return t;
 }
 
-static time_t get_uofft(enum mail_sort_type type, const unsigned char *buf,
+static uoff_t get_uofft(enum mail_sort_type type, const unsigned char *buf,
 			struct sort_context *ctx)
 {
 	uoff_t size;