uint zu unsigned int

bugfix
Jan Wild 2024-12-16 10:32:42 +01:00
parent 3b8bd5dc40
commit 6f3cd456f4
No known key found for this signature in database
GPG Key ID: 0BCB2E053F2192BB
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ llist *write_csv_to_llist(const char *filename) {
char *taskdeadline_dateSTR = strtok(NULL, ",");
char *taskprioritySTR = strtok(NULL, ",");
char *taskspareSTR = strtok(NULL, ",");
printf(" Der Name des Task ist %s",taskname);
// convert char in integer and date
unsigned long int taskcreation_date =