You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Make all Utf8CStrWrite Utf8CStrBuf
This commit is contained in:
@@ -21,7 +21,7 @@ use base::libc::{
|
||||
};
|
||||
use base::{
|
||||
log_err, map_args, BytesExt, EarlyExitExt, FsPath, LoggedResult, MappedFile, ResultExt,
|
||||
Utf8CStr, Utf8CStrBufArr, Utf8CStrWrite, WriteExt,
|
||||
Utf8CStr, Utf8CStrBuf, Utf8CStrBufArr, WriteExt,
|
||||
};
|
||||
|
||||
use crate::check_env;
|
||||
|
||||
Reference in New Issue
Block a user