mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
fix segfault aufter unbreak msgbox 56ddedaa39
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8516b1662d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2125,10 +2125,6 @@ TIMER_START();
|
|||||||
|
|
||||||
g_RCInput = new CRCInput();
|
g_RCInput = new CRCInput();
|
||||||
|
|
||||||
/* later on, we'll crash anyway, so tell about it. */
|
|
||||||
if (! zapit_init)
|
|
||||||
DisplayErrorMessage("Zapit initialization failed. This is a fatal error, sorry.");
|
|
||||||
|
|
||||||
InitZapitClient();
|
InitZapitClient();
|
||||||
g_Zapit->setStandby(false);
|
g_Zapit->setStandby(false);
|
||||||
|
|
||||||
@@ -2185,6 +2181,10 @@ TIMER_START();
|
|||||||
g_CamHandler = new CCAMMenuHandler();
|
g_CamHandler = new CCAMMenuHandler();
|
||||||
g_CamHandler->init();
|
g_CamHandler->init();
|
||||||
|
|
||||||
|
/* later on, we'll crash anyway, so tell about it. */
|
||||||
|
if (! zapit_init)
|
||||||
|
DisplayErrorMessage("Zapit initialization failed. This is a fatal error, sorry.");
|
||||||
|
|
||||||
#ifndef ASSUME_MDEV
|
#ifndef ASSUME_MDEV
|
||||||
mkdir("/media/sda1", 0755);
|
mkdir("/media/sda1", 0755);
|
||||||
mkdir("/media/sdb1", 0755);
|
mkdir("/media/sdb1", 0755);
|
||||||
|
Reference in New Issue
Block a user