Skip to content

Commit 46d563a

Browse files
committed
Correct the reading.
1 parent 8a05fe7 commit 46d563a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/_fiff/tag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def _read_old_pack(fid, tag, shape, rlims):
361361

362362
def _read_dir_entry_struct(fid, tag, shape, rlims):
363363
"""Read dir entry struct tag."""
364-
pos = tag.pos
364+
pos = tag.pos + 16
365365
entries = list()
366366
for offset in range(tag.size // 16):
367367
ent = _read_tag_header(fid, pos + offset * 16)

0 commit comments

Comments
 (0)