From 9c4e02916ad863a7fdd95d2668f29714997d61c5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 12 Aug 2015 13:20:45 +0000 Subject: minus one erroneous macro git-svn-id: http://svn.miranda-ng.org/main/trunk@14925 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryStats/src/statistic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HistoryStats/src/statistic.cpp') diff --git a/plugins/HistoryStats/src/statistic.cpp b/plugins/HistoryStats/src/statistic.cpp index c0207baac8..acaf5fe0eb 100644 --- a/plugins/HistoryStats/src/statistic.cpp +++ b/plugins/HistoryStats/src/statistic.cpp @@ -1348,7 +1348,7 @@ bool Statistic::createStatisticsSteps() { &Statistic::stepWriteHTML, LPGENT("Creating HTML") } }; - setProgressMax(false, array_len(stepsInfo)); + setProgressMax(false, _countof(stepsInfo)); array_each_(i, stepsInfo) { -- cgit v1.2.3