diff options
author | George Hazan <george.hazan@gmail.com> | 2015-08-12 13:20:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-08-12 13:20:45 +0000 |
commit | 9c4e02916ad863a7fdd95d2668f29714997d61c5 (patch) | |
tree | dca6208e75e39868aa79842c43b3afd806007128 /plugins/HistoryStats/src/statistic.cpp | |
parent | 70dc611c18f94358749c6aa682ebaaa34ca44d18 (diff) |
minus one erroneous macro
git-svn-id: http://svn.miranda-ng.org/main/trunk@14925 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats/src/statistic.cpp')
-rw-r--r-- | plugins/HistoryStats/src/statistic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)
{
|