Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
9c904e79
Commit
9c904e79
authored
Mar 02, 2018
by
Sylvain Berfini
🎩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed compil on Android armv7
parent
5adb1f04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/search/magic-search.cpp
src/search/magic-search.cpp
+1
-1
No files found.
src/search/magic-search.cpp
View file @
9c904e79
...
...
@@ -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
());
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment