From 211823e9fb456f3cf2e29298fa0106f274961ffc Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Wed, 16 Oct 2013 10:46:36 +0200 Subject: [PATCH] - remove '+'; fix 25e550e --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 0e5497eb0..14d7d71db 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -386,7 +386,7 @@ int CNeutrinoApp::loadSetup(const char * fname) strcpy(g_settings.shutdown_min, "000"); if(cs_get_revision() > 7) strcpy(g_settings.shutdown_min, configfile.getString("shutdown_min","180").c_str()); -+ g_settings.sleeptimer_min = configfile.getInt32("sleeptimer_min", 0); + g_settings.sleeptimer_min = configfile.getInt32("sleeptimer_min", 0); g_settings.infobar_sat_display = configfile.getBool("infobar_sat_display" , true ); g_settings.infobar_show_channeldesc = configfile.getBool("infobar_show_channeldesc" , false );