From f8e4cd540b87de3e308ec18a2b040b284a741522 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:51:37 -0700 Subject: Clean up various linter warnings --- hotline/flattened_file_object.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/flattened_file_object.go') 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 -- cgit