From 8875629f51f79f3bde932b336a8386908cd7f39a Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Fri, 22 Sep 2023 09:15:36 -0300 Subject: [PATCH] Fixed a global namespace leak --- classes/class_utility.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/class_utility.lua b/classes/class_utility.lua index ee543478..b159618a 100644 --- a/classes/class_utility.lua +++ b/classes/class_utility.lua @@ -929,6 +929,7 @@ function atributo_misc:RefreshLine(instancia, barras_container, whichRowLine, lu end --local porcentagem = meu_total / total * 100 + local porcentagem = "" if (not percentage_type or percentage_type == 1) then porcentagem = _cstr ("%.1f", meu_total / total * 100) elseif (percentage_type == 2) then