rename of content of struct file

This commit is contained in:
nova
2025-06-26 22:10:04 +02:00
parent 36ff54038e
commit 01fe19866c
3 changed files with 11 additions and 11 deletions

View File

@ -61,7 +61,7 @@ typedef struct File {
unsigned char file_type;
unsigned short color_pair;
unsigned long file_name_width;
unsigned long file_size_bytes;
unsigned long file_size; /*if its a file, its in bytes, if its a dir, its the count of files within that dir */
} file;
typedef struct Color {
char *file_extension;