mpg123-1.32.7

This commit is contained in:
Ozkan Sezer
2024-08-08 08:41:50 +03:00
parent 304bf5b276
commit 17c20ce2a0
15 changed files with 34 additions and 28 deletions

View File

@@ -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);