TODO(2025-06-13T01:26:16) done, untracked due to see previous commit

This commit is contained in:
nova
2025-06-16 11:04:38 +02:00
parent b1eecad13c
commit e7b45579b1

View File

@ -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;