mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-30 06:55:16 -04:00
Updates select.
This commit is contained in:
parent
a62d9311e1
commit
da297f03f7
3 changed files with 15 additions and 12 deletions
|
@ -113,7 +113,7 @@ class Archive {
|
|||
. str_repeat("\0", 100) // linkname [100]
|
||||
. "ustar\0" // magic [6]
|
||||
. "00" // version [2]
|
||||
. str_repeat("\0", 80) // uname, gname, defmajor, devminor [32 + 32 + 8 + 8] ?92?
|
||||
. str_repeat("\0", 80) // uname, gname, defmajor, devminor [32 + 32 + 8 + 8]
|
||||
. str_pad($prefix, 155, "\0") // filename [155]
|
||||
. str_repeat("\0", 12); // fill [12]
|
||||
assert(strlen($header) === 512);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue