mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
LibArchive: Support writing paths up to 255 characters
The POSIX.1-1988 limit was 100, but with the ustar prefix field it's 255 (kinda).
This commit is contained in:
parent
9ae36e2035
commit
612a3324d7
3 changed files with 22 additions and 2 deletions
|
@ -130,6 +130,8 @@ public:
|
|||
|
||||
bool content_is_like_extended_header() const;
|
||||
|
||||
void set_filename_and_prefix(StringView filename);
|
||||
|
||||
private:
|
||||
char m_filename[100] { 0 };
|
||||
char m_mode[8] { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue