1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-02 07:41:32 +00:00

Use the proper sector header length (20 bytes)

This commit is contained in:
Peter Evans 2018-02-20 14:35:07 -06:00
parent 08f3899de4
commit 98f640f0d1

View File

@ -51,7 +51,7 @@
* the track number, the sector number, the volume, and an XOR'd
* combination of all three.
*/
#define ENC_ESECTOR_HEADER 0xe
#define ENC_ESECTOR_HEADER 0x14
/*
* The track header (as mentioned for ENC_ETRACK) is 48 bytes of--well,