From 0d511aaa1f2bf147240605d288c348ef88407af2 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sun, 25 Jan 2026 17:57:53 +0100 Subject: Do not forget to read the modification time --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 11774e4..1107624 100644 --- a/src/main.c +++ b/src/main.c @@ -1092,7 +1092,7 @@ static int ftag_sync_compare_mtimes(void) } size_t line_size = 32; char *line = malloc(line_size); - ssize_t line_len; + getline(&line, &line_size, pipe); if (ferror(pipe)) { perror("getline"); exit(EXIT_FAILURE); -- cgit v1.2.3