aboutsummaryrefslogtreecommitdiff
path: root/hotline/flattened_file_object.go
diff options
context:
space:
mode:
authorjhalter <868228+jhalter@users.noreply.github.com>2022-05-25 19:58:02 -0700
committerGitHub <noreply@github.com>2022-05-25 19:58:02 -0700
commit4eae11a5698d60bc51d608713088c546cff3c1ba (patch)
treeda18c1a90c1aff1da9af384b09e68a4040e95c6b /hotline/flattened_file_object.go
parent5433ca327290cc235c1524a4e64b32a4b45f6d99 (diff)
parent5218c7823d91f5c8910813b02b41bda3de9f9c6e (diff)
Merge pull request #11 from jhalter/remove_placeholder_todo_file_comment
Remove placeholder file comment
Diffstat (limited to 'hotline/flattened_file_object.go')
-rw-r--r--hotline/flattened_file_object.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/hotline/flattened_file_object.go b/hotline/flattened_file_object.go
index 0a14df0..2cafbc9 100644
--- a/hotline/flattened_file_object.go
+++ b/hotline/flattened_file_object.go
@@ -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?)
}
}