Skip to content

Commit

Permalink
(shmif) missing field in log_print
Browse files Browse the repository at this point in the history
should suppress build errors on some clangs.
  • Loading branch information
letoram committed Jul 23, 2023
1 parent f73adbe commit 0795aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shmif/arcan_shmif_control.c
Expand Up @@ -1827,6 +1827,7 @@ static bool step_v(struct arcan_shmif_cont* ctx, int sigv)
log_print("%lld: SIGVID "
"(id: %"PRIu64", early-out: dirty-inval-region: %zu,%zu-%zu,%zu)",
arcan_timemillis(),
priv->vframe_id,
(size_t)ctx->dirty.x1, (size_t)ctx->dirty.y1,
(size_t)ctx->dirty.x2, (size_t)ctx->dirty.y2
);
Expand Down

0 comments on commit 0795aae

Please sign in to comment.