diff options
-rw-r--r-- | plugins/BasicHistory/src/HistoryWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|