mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Merge pull request #14468 from fzakaria/fzakaria/nar-warning
Fix warning in kaitai spec
This commit is contained in:
commit
3ef22a521d
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ types:
|
||||||
- id: body
|
- id: body
|
||||||
type: str
|
type: str
|
||||||
size: len_str
|
size: len_str
|
||||||
encoding: 'ascii'
|
encoding: 'ASCII'
|
||||||
- id: padding
|
- id: padding
|
||||||
size: (8 - (len_str % 8)) % 8
|
size: (8 - (len_str % 8)) % 8
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue