mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-11 22:12:27 +00:00
Fix proto read and write
This commit is contained in:
@@ -97,8 +97,8 @@ macro_rules! cstr {
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! raw_cstr {
|
||||
($s:literal) => {{
|
||||
cstr!($s).as_ptr()
|
||||
($($str:tt)*) => {{
|
||||
cstr!($($str)*).as_ptr()
|
||||
}};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user