Skip to content

Commit

Permalink
Merge remote-tracking branch 'mpg123/master' into master-with-github-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mpg123 GitHub bot committed Aug 7, 2024
2 parents 8420170 + e0838e7 commit 8f12789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libmpg123/readers.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ static void bc_forget(struct bufferchain *bc)
bc->pos -= b->size;
bc->size -= b->size;

debug5("bc_forget: forgot %p with %td, pos=%td, size=%td, fileoff=%td"
debug5("bc_forget: forgot %p with %td, pos=%td, size=%td, fileoff=%"PRIi64
, (void*)b->data, b->size, bc->pos, bc->size, bc->fileoff);

bc_free(bc, b);
Expand Down

0 comments on commit 8f12789

Please sign in to comment.