Skip to content

Commit

Permalink
Ignore unknown events in frag parsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
vikpe committed May 21, 2024
1 parent 9bab213 commit 6afdafa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ pub fn frags(data: &[u8]) -> HashMap<String, i32> {
*killer -= 1;
}
}
_ => {}
}
}
Err(e) => {
Expand Down

0 comments on commit 6afdafa

Please sign in to comment.