bugfixMaster #1

Closed
schurtisimon wants to merge 0 commits from bugfixMaster into master

some bugfixes

some bugfixes
schurtisimon added 2 commits 2024-12-15 12:42:20 +01:00
9b3238978b modified: src/db.c
modified:   src/db.h
	modified:   src/test.c
	modified:   src/ui.c
schurtisimon closed this pull request 2024-12-15 12:44:58 +01:00
schurtisimon reopened this pull request 2024-12-15 12:45:06 +01:00
buechejuerge was assigned by schurtisimon 2024-12-15 12:45:39 +01:00
wildjan was assigned by schurtisimon 2024-12-15 12:45:39 +01:00
schurtisimon reviewed 2024-12-15 12:46:33 +01:00
src/db.c Outdated
@ -25,4 +23,0 @@
FILE* file = fopen(filename, "w");
//if there is no file or a wrong file path you becom an error
if (file == NULL) {
perror("Could not open file %s\n", filename);

perrror isch fuer errno (int)

perrror isch fuer errno (int)
schurtisimon reviewed 2024-12-15 12:47:16 +01:00
@ -60,0 +55,4 @@
llist *write_csv_to_llist(const char *filename) {
llist *list = NULL; // list to return
// Open file with read permision
FILE *file = fopen(filename, "r");

fuer write bruchts 'w' flag

fuer write bruchts 'w' flag
schurtisimon reviewed 2024-12-15 12:48:26 +01:00
schurtisimon left a comment
Poster
Owner

passt so ?

passt so ?
schurtisimon added 3 commits 2024-12-15 13:16:59 +01:00
schurtisimon closed this pull request 2024-12-15 13:31:45 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: schurtisimon/StudyPlanner#1
There is no content yet.