From 7c427cfe24d51feeb8ab7ccc84fc42ba1ad66b3c Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 9 Jul 2016 15:57:09 +0200 Subject: int/int64 stuff --- meta/piece.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/piece.go') diff --git a/meta/piece.go b/meta/piece.go index f06c371..a3119e9 100644 --- a/meta/piece.go +++ b/meta/piece.go @@ -4,7 +4,7 @@ import "crypto/sha1" type Piece struct { Offset int64 - Length int64 + Length int Sum [sha1.Size]byte Ok bool } -- cgit v1.2.3