Fix typo
This commit is contained in:
parent
1bbfd8c53d
commit
d48d458712
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ Following the chunk-count bytes, the following bytes are added for each chunk:
|
||||||
|
|
||||||
1. 2 bytes that are a 16-bit unsigned integer "file count" in big-endian.
|
1. 2 bytes that are a 16-bit unsigned integer "file count" in big-endian.
|
||||||
|
|
||||||
The following bytes are added for each file within each chunk:
|
The following bytes are added for each file within the current chunk:
|
||||||
|
|
||||||
1. 2 bytes that are a 16-bit unsigned integer "filename length" in big-endian.
|
1. 2 bytes that are a 16-bit unsigned integer "filename length" in big-endian.
|
||||||
This does not include the NULL at the end of the string.
|
This does not include the NULL at the end of the string.
|
||||||
|
|
Loading…
Reference in a new issue