Skip to content

Commit

Permalink
Merge branch 'main' into gif-panic
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeacock authored Feb 15, 2025
2 parents 7ad5a8f + 9b725ba commit 50a5d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/asset_handlers/gif_io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ impl Block {
0xf9 => Ok(Block::GraphicControlExtension(
GraphicControlExtension::from_stream(stream)?,
)),
0x21 => Ok(Block::PlainTextExtension(PlainTextExtension::from_stream(
0x01 => Ok(Block::PlainTextExtension(PlainTextExtension::from_stream(
stream,
)?)),
ext_label => Err(Error::InvalidAsset(format!(
Expand Down

0 comments on commit 50a5d9e

Please sign in to comment.