From d961cf172d92018c344a1cfcc318410afbed0c6b Mon Sep 17 00:00:00 2001 From: saxon Date: Fri, 14 Dec 2018 16:20:20 +1030 Subject: [PATCH] psi: indicated that time data size const is in bytes to be consistent with storage of uint64 --- stream/mts/psi/psi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/mts/psi/psi.go b/stream/mts/psi/psi.go index cf1ea440..259fa95c 100644 --- a/stream/mts/psi/psi.go +++ b/stream/mts/psi/psi.go @@ -51,7 +51,7 @@ const ( timeDescTag = 234 timeTagIndx = 13 timeDataIndx = 15 - timeDataSize = 8 + timeDataSize = 8 // bytes, because time is stored in uint64 ) // Consts relating to location description