From 9d958b9db93e2009f403ad81fc7846036914f8fe Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 16 Jun 2020 16:25:20 +0200 Subject: Remove events.c, part 2 New event parsing, done at the last minute in image-hdf5.c --- src/partialator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/partialator.c') diff --git a/src/partialator.c b/src/partialator.c index 11005555..1126095a 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -484,7 +484,7 @@ static struct custom_split *load_custom_split(const char *filename) ds = bits[2]; } else { fn = bits[0]; - evs = get_event_string(NULL); + evs = strdup("(none)"); ds = bits[1]; } free(bits); -- cgit v1.2.3