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... --- ta_IN/ta_IN.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ta_IN') diff --git a/ta_IN/ta_IN.go b/ta_IN/ta_IN.go index 20f0066f..2c1d1275 100644 --- a/ta_IN/ta_IN.go +++ b/ta_IN/ta_IN.go @@ -165,7 +165,7 @@ func (ta *ta_IN) FmtPercent(num float64, v uint64) []byte { b[i], b[j] = b[j], b[i] } - b = append(b, ta.Percent[0]) + b = append(b, ta.percent...) return b } -- cgit v1.2.3