mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
Fixed compil on Android armv7
This commit is contained in:
parent
5adb1f04c3
commit
9c904e7982
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ list<SearchResult> MagicSearch::getContactListFromFilter(const string &filter, c
|
|||
|
||||
if (getLimitedSearch() && returnList.size() > getSearchLimit()) {
|
||||
auto limitIterator = returnList.begin();
|
||||
advance(limitIterator, getSearchLimit());
|
||||
advance(limitIterator, (int)getSearchLimit());
|
||||
returnList.erase(limitIterator, returnList.end());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue