Fix typo in file format specification version 1
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 6s
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 6s
This commit is contained in:
parent
9128fc9aa7
commit
d03dc3eb10
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ First 18 bytes of file will be (in ascii):
|
|||
|
||||
SIMPLE_ARCHIVE_VER
|
||||
|
||||
Next 2 bites is a 16-bit unsigned integer "version" in big-endian. It will be:
|
||||
Next 2 bytes is a 16-bit unsigned integer "version" in big-endian. It will be:
|
||||
|
||||
0x00 0x01
|
||||
|
||||
|
|
Loading…
Reference in a new issue