mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-10 20:24:35 -08: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