mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
fb_ng: fix typo in blitBox2FB()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 689b2e472a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-03 (Sun, 03 Jan 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1242,7 +1242,7 @@ void CFrameBuffer::blitBox2FB(const fb_pixel_t* boxBuf, uint32_t width, uint32_t
|
||||
fbp += swidth;
|
||||
line++;
|
||||
}
|
||||
accel->mark(xoff, yoff, xoff + width, xoff + height);
|
||||
accel->mark(xoff, yoff, xoff + width, yoff + height);
|
||||
|
||||
checkFbArea(xoff, yoff, width, height, false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user