bugfixMaster #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfixMaster"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
some bugfixes
@ -25,4 +23,0 @@FILE* file = fopen(filename, "w");//if there is no file or a wrong file path you becom an errorif (file == NULL) {perror("Could not open file %s\n", filename);perrror isch fuer errno (int)
@ -60,0 +55,4 @@llist *write_csv_to_llist(const char *filename) {llist *list = NULL; // list to return// Open file with read permisionFILE *file = fopen(filename, "r");fuer write bruchts 'w' flag
passt so ?
Pull request closed