mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 21:08:48 +08:00
Disable strict check
This commit is contained in:
@@ -332,7 +332,7 @@ impl<T: Write + Seek> EscudeBinArchiveWriter<T> {
|
||||
let mut headers = HashMap::new();
|
||||
for file in files {
|
||||
let f = file.to_string();
|
||||
let encoded = encode_string(encoding, file, true)?;
|
||||
let encoded = encode_string(encoding, file, false)?;
|
||||
let encoded = CString::new(encoded)?;
|
||||
let name_offset = writer.stream_position()? as u32;
|
||||
writer.write_all(encoded.as_bytes_with_nul())?;
|
||||
|
||||
Reference in New Issue
Block a user