mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
Cast printf formatter %p arguments to void*
This commit is contained in:
parent
c779a5ec7d
commit
e32c0d9bf6
4 changed files with 31 additions and 23 deletions
2
sixel.c
2
sixel.c
|
|
@ -227,7 +227,7 @@ sixel_overwrite(struct terminal *term, struct sixel *six,
|
|||
assert(rel_right >= 0);
|
||||
|
||||
LOG_DBG("SPLIT: six (%p): %dx%d-%dx%d, %dx%d-%dx%d, rel: above=%d, below=%d, left=%d, right=%d",
|
||||
six, six->pos.row, six->pos.col, six->rows, six->cols,
|
||||
(void *)six, six->pos.row, six->pos.col, six->rows, six->cols,
|
||||
row, col, height, width,
|
||||
rel_above, rel_below, rel_left, rel_right);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue