mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-13 01:31:58 +00:00
@@ -227,7 +227,7 @@ static bool parse_pattern_6(const Func &fn, const char *action, char *stmt) {
|
|||||||
parsed_tokens arr;
|
parsed_tokens arr;
|
||||||
if (!tokenize_and_check<1, 0>(stmt, arr))
|
if (!tokenize_and_check<1, 0>(stmt, arr))
|
||||||
return false;
|
return false;
|
||||||
run_fn(arr[0][1]);
|
run_fn(arr[0][0]);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user