Compare commits

..

No commits in common. "6816c4eacff90de2089e4ed7927033741088c024" and "aee1ab81a9144326ff8af4ffbe3c8576c2523b2b" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ int main(void) {
// if list exists use it to generate plan // if list exists use it to generate plan
if (listT != NULL) { if (listT != NULL) {
struct tm lc; struct tm lc;
now = time(NULL);
localtime_r(&now, &lc); localtime_r(&now, &lc);
lc.tm_hour += taskspare; lc.tm_hour += taskspare;
time_t avail = mktime(&lc); time_t avail = mktime(&lc);