mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Some other warnings, GitHub issue 2382.
This commit is contained in:
@ -688,8 +688,8 @@ control_write_pending(struct client *c, struct control_pane *cp, size_t limit)
|
||||
else
|
||||
age = 0;
|
||||
log_debug("%s: %s: output block %zu (age %llu) for %%%u "
|
||||
"(used %zu/%zu)", __func__, c->name, cb->size, age,
|
||||
cp->pane, used, limit);
|
||||
"(used %zu/%zu)", __func__, c->name, cb->size,
|
||||
(unsigned long long)age, cp->pane, used, limit);
|
||||
|
||||
size = cb->size;
|
||||
if (size > limit - used)
|
||||
|
Reference in New Issue
Block a user