mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
track spawns
This commit is contained in:
parent
f335dc2163
commit
6a47c91636
6 changed files with 176 additions and 58 deletions
|
|
@ -240,10 +240,7 @@ fn read_table_entry(
|
|||
} else {
|
||||
None
|
||||
}
|
||||
.map(|stream| ExtraData {
|
||||
len: stream.bit_len() as u16 / 8,
|
||||
data: stream,
|
||||
});
|
||||
.map(ExtraData::new);
|
||||
|
||||
Ok(match existing_entry {
|
||||
Some(existing_entry) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue