mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
Merge branch 'master' into pu/mp
Conflicts: acinclude.m4
This commit is contained in:
@@ -2168,10 +2168,6 @@ TIMER_START();
|
||||
|
||||
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();
|
||||
g_Zapit->setStandby(false);
|
||||
|
||||
@@ -2231,6 +2227,10 @@ TIMER_START();
|
||||
g_CamHandler = new CCAMMenuHandler();
|
||||
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
|
||||
mkdir("/media/sda1", 0755);
|
||||
mkdir("/media/sdb1", 0755);
|
||||
|
Reference in New Issue
Block a user