rename of content of struct file
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user