unfolding-function #4

Merged
bjoernf merged 7 commits from unfolding-function into master 2024-01-20 20:54:56 +00:00
Showing only changes of commit 3252bf67ae - Show all commits

View File

@ -47,7 +47,7 @@ void parse_event(char event_string[], struct event **head)
free(summary_str); free(summary_str);
} }
// the unfolded string has a semicolon // the unfolded string has a space
// as a separator between what where previously separate lines // as a separator between what where previously separate lines
void unfolding_string(char *folded_string, char *unfolded_string) void unfolding_string(char *folded_string, char *unfolded_string)
{ {