bugfix for lines being wrong

This commit is contained in:
speedie 2023-02-28 22:40:44 +01:00
parent 1ca66919f1
commit a556538e4d

View file

@ -1448,7 +1448,7 @@ readstdin(void)
lines = MIN(lines, i);
#if USEIMAGE
if(lines * drw->font->h < imagewidth)
lines = imagewidth/drw->font->h+2;
longestedge = imagegaps = 0;
#endif
}