Skip to content

Commit

Permalink
Merge pull request #28 from fragmede/main
Browse files Browse the repository at this point in the history
Fix kaitai-struct-compiler warnings coming in future version with rekordbox_pdb.ksy.
  • Loading branch information
brunchboy authored Mar 1, 2024
2 parents 145b8b9 + 7c60006 commit 86ad492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/kaitai/rekordbox_pdb.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ types:
- id: text
type: str
size: length - 1
encoding: ascii
encoding: ASCII
doc: |
The content of the string.
instances:
Expand All @@ -927,7 +927,7 @@ types:
- id: text
type: str
size: length - 4
encoding: ascii
encoding: ASCII
doc: |
The content of the string.
Expand All @@ -943,7 +943,7 @@ types:
- id: text
type: str
size: length - 4
encoding: utf-16le
encoding: UTF-16LE
doc: |
The content of the string.
Expand Down

0 comments on commit 86ad492

Please sign in to comment.