1
1
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:
Michael R. Cook 2024-08-06 19:30:13 +02:00
parent 7816fe1ca4
commit e345528d74

View File

@ -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 {