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/dlgoption_suboutput.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/dlgoption_suboutput.cpp')
-rw-r--r-- | plugins/HistoryStats/src/dlgoption_suboutput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/dlgoption_suboutput.cpp b/plugins/HistoryStats/src/dlgoption_suboutput.cpp index a4b5de4231..dce580a1f6 100644 --- a/plugins/HistoryStats/src/dlgoption_suboutput.cpp +++ b/plugins/HistoryStats/src/dlgoption_suboutput.cpp @@ -178,7 +178,7 @@ void DlgOption::SubOutput::onWMInitDialog() };
m_SortKeyToIndex.resize(Settings::skLAST - Settings::skFIRST + 1);
- m_IndexToSortKey.resize(array_len(sortKeys));
+ m_IndexToSortKey.resize(_countof(sortKeys));
array_each_(i, sortKeys)
{
|