mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 23:32:45 +00:00
Use the proper sector header length (20 bytes)
This commit is contained in:
parent
08f3899de4
commit
98f640f0d1
@ -51,7 +51,7 @@
|
|||||||
* the track number, the sector number, the volume, and an XOR'd
|
* the track number, the sector number, the volume, and an XOR'd
|
||||||
* combination of all three.
|
* 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,
|
* The track header (as mentioned for ENC_ETRACK) is 48 bytes of--well,
|
||||||
|
Loading…
Reference in New Issue
Block a user