changeset 13558:4538030286f6

stats: Error message fix.
author Timo Sirainen <tss@iki.fi>
date Tue, 27 Sep 2011 00:41:49 +0300
parents b020b9f7aa54
children b36ad0f9b3cf
files src/stats/mail-stats.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;