[dovecot-cvs] dovecot/src/imap imap-sort.c,1.3,1.4

cras at procontrol.fi cras at procontrol.fi
Sat Feb 1 13:44:59 EET 2003


Update of /home/cvs/dovecot/src/imap
In directory danu:/tmp/cvs-serv27844/imap

Modified Files:
	imap-sort.c 
Log Message:
Message size was returned with wrong type



Index: imap-sort.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/imap-sort.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- imap-sort.c	27 Jan 2003 04:23:45 -0000	1.3
+++ imap-sort.c	1 Feb 2003 11:44:57 -0000	1.4
@@ -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;




More information about the dovecot-cvs mailing list