mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 11:36:03 +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
|
||||
type: str
|
||||
size: len_str
|
||||
encoding: 'ascii'
|
||||
encoding: 'ASCII'
|
||||
- id: padding
|
||||
size: (8 - (len_str % 8)) % 8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue