mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
move creation of /tmp/.flash.start to update code
Origin commit data
------------------
Branch: ni/coolstream
Commit: c5b2772226
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-03-12 (Fri, 12 Mar 2021)
Origin message was:
------------------
- move creation of /tmp/.flash.start to update code
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -5345,7 +5345,11 @@ void stop_lcd4l_support()
|
||||
void stop_daemons(bool stopall, bool for_flash)
|
||||
{
|
||||
CMoviePlayerGui::getInstance().stopPlayBack();
|
||||
if (for_flash) {
|
||||
if (for_flash)
|
||||
{
|
||||
if ( FILE *f = fopen("/tmp/.flash.start", "w") )
|
||||
fclose(f);
|
||||
|
||||
CVFD::getInstance()->Clear();
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
||||
CVFD::getInstance()->ShowText("Stop daemons...");
|
||||
|
Reference in New Issue
Block a user