diff options
author | George Hazan <george.hazan@gmail.com> | 2014-09-21 20:00:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-09-21 20:00:46 +0000 |
commit | 4bf272b9b2f12f66ee3dcfd07f16c119901a35f9 (patch) | |
tree | 1d696be61eae4e22f72f3247ff79334f7aa79ad2 | |
parent | aa75e7a2555c329ce9d36ccc78167615b92b5ca3 (diff) |
grrm
git-svn-id: http://svn.miranda-ng.org/main/trunk@10548 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | src/mir_core/lists.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_core/lists.cpp b/src/mir_core/lists.cpp index ea39a0895a..118dc5789f 100644 --- a/src/mir_core/lists.cpp +++ b/src/mir_core/lists.cpp @@ -73,7 +73,7 @@ MIR_CORE_DLL(int) List_GetIndex(SortedList* p_list, void* p_value, int* p_index) int low = 0;
int high = p_list->realCount - 1;
- switch ((INT_PTR)) {
+ switch ((INT_PTR)p_list->sortFunc) {
case HandleKeySort:
#ifdef _WIN64
{
|