tuxtxt: fix display of line25 in zoom mode

[vanhofen: was already ok in our code; just aligning code format]


Origin commit data
------------------
Branch: ni/coolstream
Commit: 25123fa63d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-18 (Sun, 18 Feb 2018)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2018-02-18 21:42:06 +01:00
committed by vanhofen
parent 0c74e125d6
commit 221928c3e9

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;