mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-15 18:21:54 +00:00
Make parse prop file a util function
This commit is contained in:
@@ -233,7 +233,7 @@ bool init_list() {
|
||||
|
||||
// Migrate old hide list into database
|
||||
if (access(LEGACY_LIST, R_OK) == 0) {
|
||||
file_readline(LEGACY_LIST, [](string_view &s) -> bool {
|
||||
file_readline(LEGACY_LIST, [](string_view s) -> bool {
|
||||
add_list(s.data());
|
||||
return true;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user