You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, we must support filenames of up to 4068 bytes. In addition to not being supported by either Linux or any other major OS, excessively long filenames are both unneccessary and unweildy.
To implement this, the type of lean_dir_entry.name_length would be changed to a uint8_t, and LEAN_DIR_NAME_MAX would be redefined to be 255.
At the moment, we must support filenames of up to 4068 bytes. In addition to not being supported by either Linux or any other major OS, excessively long filenames are both unneccessary and unweildy.
To implement this, the type of
lean_dir_entry.name_length
would be changed to auint8_t
, andLEAN_DIR_NAME_MAX
would be redefined to be 255.The text was updated successfully, but these errors were encountered: