am c5bd96ef
: Merge "Fix bug in app_id_from_name in stubs.cpp."
* commit 'c5bd96efd27f756d07f1a306e4120cede17b39f5': Fix bug in app_id_from_name in stubs.cpp.
This commit is contained in:
commit
8b44eab5b8
@ -245,6 +245,7 @@ static id_t app_id_from_name(const char* name, bool is_group) {
|
|||||||
appid = android_ids[n].aid;
|
appid = android_ids[n].aid;
|
||||||
// Move the end pointer to the null terminator.
|
// Move the end pointer to the null terminator.
|
||||||
end += strlen(android_ids[n].name) + 1;
|
end += strlen(android_ids[n].name) + 1;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user