From 9366524ef61d181b2944de4d329399fef7703ab9 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 14 Jun 2020 22:42:34 +0200 Subject: [PATCH] test --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 746f390..836a7ee 100644 --- a/main.go +++ b/main.go @@ -57,7 +57,7 @@ func main() { c := make([]byte, 0xFFFF) copy(c, b[p.PLength:]) b = c - read -= p.PLength + read -= int(p.PLength) } }