X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/a2ef262a164fc735b9b8471ac0c8001eea2b9bf6..dd88b8567d1377f50ab6955f6a30db830d94ebd9:/hotline/file_resume_data.go?ds=inline diff --git a/hotline/file_resume_data.go b/hotline/file_resume_data.go index b5d980e..5dfd2d8 100644 --- a/hotline/file_resume_data.go +++ b/hotline/file_resume_data.go @@ -13,7 +13,7 @@ type FileResumeData struct { ForkCount [2]byte // Length of ForkInfoList. Either 2 or 3 depending on whether file has a resource fork ForkInfoList []ForkInfoList - readOffset int + //readOffset int // TODO } type ForkInfoList struct {