]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/flattened_file_object.go
Clean up various linter warnings
[rbdr/mobius] / hotline / flattened_file_object.go
index 6419a1f7e82f874eb68bfa18222fb3ea7b35ae72..b178c6c1a739cd80eafa706bdea76d629498ec18 100644 (file)
@@ -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