]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/file_name_with_info.go
Add initial support for resource and info forks
[rbdr/mobius] / hotline / file_name_with_info.go
index d9add8cc6a4f16142c3c6063279a91af68a491f0..f230856d27e57c366da4860ae629ad02e340412c 100644 (file)
@@ -12,7 +12,7 @@ type FileNameWithInfo struct {
 
 // fileNameWithInfoHeader contains the fixed length fields of FileNameWithInfo
 type fileNameWithInfoHeader struct {
 
 // fileNameWithInfoHeader contains the fixed length fields of FileNameWithInfo
 type fileNameWithInfoHeader struct {
-       Type       [4]byte // file type code
+       Type       [4]byte // File type code
        Creator    [4]byte // File creator code
        FileSize   [4]byte // File Size in bytes
        RSVD       [4]byte
        Creator    [4]byte // File creator code
        FileSize   [4]byte // File Size in bytes
        RSVD       [4]byte
@@ -49,4 +49,3 @@ func (f *FileNameWithInfo) UnmarshalBinary(data []byte) error {
 
        return err
 }
 
        return err
 }
-