global-functions: $HumanReadableNum: set declared function only

This commit is contained in:
Christian Hesse 2024-03-27 23:01:07 +01:00
parent acf8e88db2
commit bbdc9c65f5

View file

@ -528,7 +528,7 @@
}
# return human readable number
:global HumanReadableNum do={
:set HumanReadableNum do={
:local Input [ :tonum $1 ];
:local Base [ :tonum $2 ];