Skip to content

Commit

Permalink
zip: disable dos_datetime for now, until it has been updated to allow
Browse files Browse the repository at this point in the history
0 months, 0 days, etcetera. See
  kaitai-io/kaitai_struct_formats#562 for more
information
  • Loading branch information
armijnhemel committed Apr 20, 2022
1 parent 55dc286 commit 2bc030e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/parsers/archivers/zip/zip.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ meta:
wikidata: Q136218
license: CC0-1.0
ks-version: 0.9
imports:
- /common/dos_datetime
#imports:
# - /common/dos_datetime
endian: le
bit-endian: le
doc: |
Expand Down Expand Up @@ -98,7 +98,7 @@ types:
enum: compression
- id: file_mod_time
size: 4
type: dos_datetime
#type: dos_datetime
- id: crc32
type: u4
- id: len_body_compressed
Expand Down Expand Up @@ -190,7 +190,7 @@ types:
enum: compression
- id: file_mod_time
size: 4
type: dos_datetime
#type: dos_datetime
- id: crc32
type: u4
- id: len_body_compressed
Expand Down

0 comments on commit 2bc030e

Please sign in to comment.