mirror of
https://github.com/wader/fq.git
synced 2024-11-25 23:13:19 +03:00
tap: rename block_type to type
This commit is contained in:
parent
7816fe1ca4
commit
e345528d74
@ -408,7 +408,7 @@ func decodeBlock(d *decode.D) {
|
||||
},
|
||||
}
|
||||
|
||||
blockType := d.FieldU8("block_type", blockTypeMapper)
|
||||
blockType := d.FieldU8("type", blockTypeMapper)
|
||||
|
||||
// Deprecated block types: C64RomType, C64TurboData, EmulationInfo, Snapshot
|
||||
if blockType == 0x16 || blockType == 0x17 || blockType == 0x34 || blockType == 0x40 {
|
||||
|
Loading…
Reference in New Issue
Block a user