]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/flattened_file_object.go
Merge pull request #11 from jhalter/remove_placeholder_todo_file_comment
[rbdr/mobius] / hotline / flattened_file_object.go
index 0a14df006ff8208d71464e60f833999862114c63..2cafbc91474946983e22073860f163966dd870d0 100644 (file)
@@ -67,8 +67,8 @@ func NewFlatFileInformationFork(fileName string, modifyTime []byte) FlatFileInfo
                ModifyDate:       modifyTime,
                NameScript:       make([]byte, 2), // TODO: What is this?
                Name:             []byte(fileName),
-               CommentSize:      []byte{0, 4},
-               Comment:          []byte("TODO"), // TODO: implement (maybe?)
+               CommentSize:      []byte{0, 0},
+               Comment:          []byte{}, // TODO: implement (maybe?)
        }
 }