From 671e64f5d5461de259f8cadc38bb5014d9dc9e4d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 28 Oct 2012 15:22:34 +0000 Subject: crash fix git-svn-id: http://svn.miranda-ng.org/main/trunk@2100 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BasicHistory/src/HistoryWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/BasicHistory/src') diff --git a/plugins/BasicHistory/src/HistoryWindow.cpp b/plugins/BasicHistory/src/HistoryWindow.cpp index f7ef91a056..c16db18830 100644 --- a/plugins/BasicHistory/src/HistoryWindow.cpp +++ b/plugins/BasicHistory/src/HistoryWindow.cpp @@ -2200,7 +2200,7 @@ void HistoryWindow::DoImport(IImport::ImportType type) while(_hContact) { contacts.push_back(_hContact); - _hContact = db_find_next(hContact); + _hContact = db_find_next(_hContact); } bool changeContact = false; -- cgit v1.2.3