Buffer reset gelöscht

bugfix
Jan Wild 2024-12-16 10:42:46 +01:00
parent 14705844d7
commit 5f65a91ffb
No known key found for this signature in database
GPG Key ID: 0BCB2E053F2192BB
1 changed files with 2 additions and 2 deletions

View File

@ -98,6 +98,6 @@ llist *write_csv_to_llist(const char *filename) {
}
}
fclose(file);
}
return list; // null on error
}
}