Fixed typo

This commit is contained in:
Ashish Kumar Yadav 2021-12-10 00:46:17 +05:30
parent ade8fcdfea
commit bd304fa55e
1 changed files with 1 additions and 1 deletions

View File

@ -2991,7 +2991,7 @@ treflow(int col, int row)
} else/* if (col - nx < len - ox) */ {
memcpy(&buf[ny][nx], &line[ox], (col-nx) * sizeof(Glyph));
for (ox += col - nx; ox < len &&
line[ox].mode == GLYPH_TDUMMY; ox++);
line[ox].state == GLYPH_TDUMMY; ox++);
if (ox == len) {
ox = 0, oy++;
} else {