mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
handle malformed utf8 in names and cvars
This commit is contained in:
parent
5f470fefe2
commit
d12cf35e47
9 changed files with 41 additions and 13 deletions
|
|
@ -130,11 +130,3 @@ pub struct CmdKeyValuesMessage {
|
|||
}
|
||||
|
||||
impl BitSkip<LittleEndian> for CmdKeyValuesMessage{}
|
||||
|
||||
#[derive(BitRead, Debug)]
|
||||
pub struct SetConVarMessage {
|
||||
#[size_bits = 8]
|
||||
vars: HashMap<String, String>,
|
||||
}
|
||||
|
||||
impl BitSkip<LittleEndian> for SetConVarMessage{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue