bugfixMaster
Jürgen Büchel 2024-12-14 22:14:56 +01:00
parent f6cea89dd2
commit 81c62f892d
1 changed files with 3 additions and 3 deletions

View File

@ -16,10 +16,10 @@
int main(void)
{
char taskname ;
int taskcreation_date;
int taskcreation_date = 0;
int taskdeadline_date = 0;
int taskpriority;
int taskspare;
int taskpriority = 0;
int taskspare = 0;
llist *list = NULL;
Task *task = newTask(taskname, taskcreation_date, taskdeadline_date, taskpriority, taskspare);