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;