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