tuxtxt: fix display of line25 in zoom mode

[vanhofen: was already ok in our code; just aligning code format]
This commit is contained in:
Stefan Seyfried
2018-02-18 21:42:06 +01:00
committed by Thilo Graf
parent 059b25522a
commit cd6e06ba30

View File

@@ -5597,7 +5597,9 @@ void CopyBB2FB()
/* copy line25 in normal height */
if (!pagecatching )
memmove(dst + (24 * fontheight) * var_screeninfo.xres, src + (24 * fontheight) * var_screeninfo.xres, var_screeninfo.xres * fontheight * sizeof(fb_pixel_t));
memmove(dst + (24 * fontheight) * var_screeninfo.xres,
src + (24 * fontheight) * var_screeninfo.xres,
var_screeninfo.xres * fontheight * sizeof(fb_pixel_t));
if (transpmode[boxed])
fillcolor = transp;