little fix
This commit is contained in:
parent
32aa05de42
commit
11716938f3
@ -94,7 +94,7 @@ bool TodoModule::messageHandler(Message msg)
|
||||
if(splitter[deltaIndex].compare("every") == 0)
|
||||
{
|
||||
answer = usage(DURATION);
|
||||
dateSplitter = dateString.split(':');
|
||||
dateSplitter = splitter[deltaIndex+1].split(':');
|
||||
int hours = dateSplitter[0].toUInt(&ok);
|
||||
int minutes = 0;
|
||||
int seconds = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user