Skip to content

Commit

Permalink
libmpg123: correct debugging printf format (bug 371)
Browse files Browse the repository at this point in the history
git-svn-id: svn://scm.orgis.org/mpg123/trunk@5424 35dc7657-300d-0410-a2e5-dc2837fedb53
  • Loading branch information
thor committed Aug 7, 2024
1 parent 754989f commit e0838e7
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 e0838e7

Please sign in to comment.