diff options
Diffstat (limited to 'hotline/flattened_file_object.go')
| -rw-r--r-- | hotline/flattened_file_object.go | 2 |
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 |