mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 21:08:48 +08:00
Add circus pcm audio support
This commit is contained in:
@@ -613,7 +613,7 @@ pub fn struct_unpack_derive(input: TokenStream) -> TokenStream {
|
||||
}
|
||||
let p = cur.unwrap_or_else(|| {
|
||||
quote::quote! {
|
||||
let #field_name = #field_type::unpack(&mut reader, big, encoding)?;
|
||||
let #field_name = <#field_type>::unpack(&mut reader, big, encoding)?;
|
||||
}
|
||||
});
|
||||
if let Some(skip_if) = skip_if {
|
||||
|
||||
Reference in New Issue
Block a user