From 1a289f60003b4301538b02e17ecc39b92982fea5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 6 May 2026 09:29:48 -0400 Subject: Fix duplicate records in output --- system.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system.c') diff --git a/system.c b/system.c index 0894f20..779ea76 100644 --- a/system.c +++ b/system.c @@ -170,5 +170,4 @@ char *make_output_path(char *basepath, char *path, int year, int week, int day_o sprintf(path + strlen(path), "%d", day_of_week); return path; -} - +} \ No newline at end of file -- cgit