[dovecot-cvs] dovecot/src/lib-storage/index index-sort.c, 1.16, 1.17
tss at dovecot.org
tss at dovecot.org
Wed Dec 20 15:13:36 UTC 2006
Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv21850
Modified Files:
index-sort.c
Log Message:
Compiler warning fix
Index: index-sort.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-sort.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- index-sort.c 8 Oct 2006 19:22:33 -0000 1.16
+++ index-sort.c 20 Dec 2006 15:13:34 -0000 1.17
@@ -199,7 +199,7 @@
const char *str1, *str2;
time_t time1, time2;
uoff_t size1, size2;
- int ret;
+ int ret = 0;
sort_type = *sort_program & MAIL_SORT_MASK;
switch (sort_type) {
More information about the dovecot-cvs
mailing list