mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
fb_generic: fix typo in previous commit
Origin commit data
------------------
Commit: 6ebf01bdd4
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-12 (Tue, 12 Mar 2019)
Origin message was:
------------------
- fb_generic: fix typo in previous commit
This commit is contained in:
@@ -1550,7 +1550,7 @@ bool CFrameBuffer::showFrame(const std::string & filename, int fallback_mode)
|
|||||||
{
|
{
|
||||||
#if HAVE_COOL_HARDWARE //FIXME: inside libcs no return value available
|
#if HAVE_COOL_HARDWARE //FIXME: inside libcs no return value available
|
||||||
videoDecoder->ShowPicture(picture.c_str());
|
videoDecoder->ShowPicture(picture.c_str());
|
||||||
res = true;
|
ret = true;
|
||||||
#else
|
#else
|
||||||
if (videoDecoder->ShowPicture(picture.c_str()))
|
if (videoDecoder->ShowPicture(picture.c_str()))
|
||||||
ret = true;
|
ret = true;
|
||||||
|
Reference in New Issue
Block a user