mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
fix segfault from - glcd: fix warning: statement is a reference, not call
This commit is contained in:
@@ -137,7 +137,6 @@ cGLCD::cGLCD()
|
||||
InitAnalogClock();
|
||||
InitDigitalClock();
|
||||
InitSimpleClock();
|
||||
InitWeather();
|
||||
|
||||
Update();
|
||||
}
|
||||
@@ -653,6 +652,8 @@ void cGLCD::updateFonts()
|
||||
}
|
||||
}
|
||||
|
||||
WeatherUpdateFonts();
|
||||
|
||||
fonts_initialized = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user