Skip to content

Commit

Permalink
Fix wbmp.decoder.skip_frame final call sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeltao committed Jan 16, 2020
1 parent 6ef3ffe commit 0d0a74c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/c/wuffs-unsupported-snapshot.c
Expand Up @@ -13545,7 +13545,7 @@ wuffs_wbmp__decoder__skip_frame(wuffs_wbmp__decoder* self,
}
iop_a_src += self->private_data.s_skip_frame[0].scratch;
self->private_impl.f_seen_frame = true;
self->private_impl.f_call_sequence = 2;
self->private_impl.f_call_sequence = 3;

goto ok;
ok:
Expand Down
2 changes: 1 addition & 1 deletion std/wbmp/decode_wbmp.wuffs
Expand Up @@ -210,7 +210,7 @@ pri func decoder.skip_frame?(src: base.io_reader) {
args.src.skip?(n: total_bytes)

this.seen_frame = true
this.call_sequence = 2
this.call_sequence = 3
}

pub func decoder.ack_metadata_chunk?(src: base.io_reader) {
Expand Down

0 comments on commit 0d0a74c

Please sign in to comment.