aboutsummaryrefslogtreecommitdiff
path: root/hotline/flattened_file_object.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-06-17 19:51:37 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2024-06-17 19:51:37 -0700
commitf8e4cd540b87de3e308ec18a2b040b284a741522 (patch)
tree6d8b1ad0bd04cc19ecaf276e271caaef4d0866f4 /hotline/flattened_file_object.go
parent45ca5d60383cbe270624c713b916da29af7ba88f (diff)
Clean up various linter warnings
Diffstat (limited to 'hotline/flattened_file_object.go')
-rw-r--r--hotline/flattened_file_object.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/flattened_file_object.go b/hotline/flattened_file_object.go
index 6419a1f..b178c6c 100644
--- a/hotline/flattened_file_object.go
+++ b/hotline/flattened_file_object.go
@@ -189,7 +189,7 @@ func (ffif *FlatFileInformationFork) Write(p []byte) (int, error) {
ffif.Comment = p[commentStartPos:commentEndPos]
- total = uint16(commentEndPos)
+ //total = uint16(commentEndPos)
}
return len(p), nil