dovecot-2.1: stats: Error message fix.
dovecot at dovecot.org
dovecot at dovecot.org
Tue Sep 27 00:33:29 EEST 2011
details: http://hg.dovecot.org/dovecot-2.1/rev/4538030286f6
changeset: 13558:4538030286f6
user: Timo Sirainen <tss at iki.fi>
date: Tue Sep 27 00:41:49 2011 +0300
description:
stats: Error message fix.
diffstat:
src/stats/mail-stats.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r b020b9f7aa54 -r 4538030286f6 src/stats/mail-stats.c
--- a/src/stats/mail-stats.c Tue Sep 27 00:12:49 2011 +0300
+++ b/src/stats/mail-stats.c Tue Sep 27 00:41:49 2011 +0300
@@ -198,8 +198,8 @@
*error_r = t_strdup_printf("%s %llu < %llu",
parse_map[i].name,
- (unsigned long long)n2,
- (unsigned long long)n1);
+ (unsigned long long)*n2,
+ (unsigned long long)*n1);
return FALSE;
}
break;
More information about the dovecot-cvs
mailing list