mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
fix typo
Origin commit data
------------------
Branch: ni/coolstream
Commit: 424324c2a3
Author: TangoCash <eric@loxat.de>
Date: 2019-03-29 (Fri, 29 Mar 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1036,7 +1036,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
|||||||
std::string wtimestamp = to_string((int)CWeather::getInstance()->getCurrentTimestamp());
|
std::string wtimestamp = to_string((int)CWeather::getInstance()->getCurrentTimestamp());
|
||||||
for (int i = 0; i < forecast; i++) // 0 is current day
|
for (int i = 0; i < forecast; i++) // 0 is current day
|
||||||
{
|
{
|
||||||
wtimestamp += "\n" + CWeather::getInstance()->getForecastWeekday(i);
|
wtimestamp += "\n" + to_string(CWeather::getInstance()->getForecastWeekday(i));
|
||||||
}
|
}
|
||||||
if (m_wtimestamp.compare(wtimestamp))
|
if (m_wtimestamp.compare(wtimestamp))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user