Pass target client and session to load_cfg from source-file so formats

work. Reported by Thomas Sattler.
This commit is contained in:
nicm
2019-04-18 11:07:28 +00:00
parent f3ab05e7cd
commit 3f189945d8
2 changed files with 22 additions and 10 deletions

View File

@ -1139,7 +1139,7 @@ screen_write_collect_clear(struct screen_write_ctx *ctx, u_int y, u_int n)
u_int i;
size_t size;
for (i = y ; i < y + n; i++) {
for (i = y; i < y + n; i++) {
if (TAILQ_EMPTY(&ctx->list[i].items))
continue;
size = 0;