mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
src/driver/fb_generic.cpp: fix typo
cs build was broken
This commit is contained in:
@@ -1558,7 +1558,7 @@ bool CFrameBuffer::showFrame(const std::string & filename, int fallback_mode)
|
||||
{
|
||||
#if HAVE_COOL_HARDWARE //FIXME: inside libcs no return value available
|
||||
videoDecoder->ShowPicture(picture.c_str());
|
||||
res = true;
|
||||
ret = true;
|
||||
#else
|
||||
if (videoDecoder->ShowPicture(picture.c_str()))
|
||||
ret = true;
|
||||
|
Reference in New Issue
Block a user