From e7b45579b191b4719d63f2484b17b11174e9ffa1 Mon Sep 17 00:00:00 2001 From: nova Date: Mon, 16 Jun 2025 11:04:38 +0200 Subject: [PATCH] TODO(2025-06-13T01:26:16) done, untracked due to see previous commit --- file_previews.c | 1 - 1 file changed, 1 deletion(-) diff --git a/file_previews.c b/file_previews.c index b1aaba7..8b2c32e 100644 --- a/file_previews.c +++ b/file_previews.c @@ -6,7 +6,6 @@ char* text(char *path, unsigned long *file_size); char* preview_file(char *path, unsigned long file_size){ /* this calls "file" on path */ - /* TODO(2025-06-13T01:26:16) fix the noisy buffer */ char *file_buffer; unsigned long cmd_size = 0;