From 15e8d9841c4e3269faa135537ab14e77ae1a0a81 Mon Sep 17 00:00:00 2001 From: joeybloggs Date: Sun, 14 Aug 2016 22:41:26 -0400 Subject: sure up percent prefix logic, just need to turn prefixes into bytes... --- ne_NP/ne_NP.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ne_NP') diff --git a/ne_NP/ne_NP.go b/ne_NP/ne_NP.go index 11a751f6..d840c12e 100644 --- a/ne_NP/ne_NP.go +++ b/ne_NP/ne_NP.go @@ -163,7 +163,7 @@ func (ne *ne_NP) FmtPercent(num float64, v uint64) []byte { b[i], b[j] = b[j], b[i] } - b = append(b, ne.Percent[0]) + b = append(b, ne.percent...) return b } -- cgit v1.2.3