mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 16:00:58 +02:00
fix OUTPUT_PLAY error handling
Origin commit data
------------------
Branch: master
Commit: 0a2767edd2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-02-10 (Sat, 10 Feb 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
TangoCash
parent
b952546a3a
commit
5951cbef51
@@ -224,6 +224,9 @@ static int Command(void *_context, OutputCmd_t command, void *argument)
|
||||
{
|
||||
ret = context->output->video->Command(context, OUTPUT_PLAY, "video");
|
||||
}
|
||||
else
|
||||
ret = cERR_OUTPUT_INTERNAL_ERROR;
|
||||
|
||||
// success or not executed, dunn care
|
||||
if (!ret)
|
||||
{
|
||||
|
Reference in New Issue
Block a user