aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-03-27 23:01:07 +0100
committerGravatar Christian Hesse <mail@eworm.de>2024-03-27 23:02:38 +0100
commitbbdc9c65f50d2d290e4cd15a8c49ec0cb36a347d (patch)
treef781643407a0b53c3d4c96b49ed7e313427c9d1d
parentacf8e88db2c3a96b1d196d29e19f3f65be9c21eb (diff)
global-functions: $HumanReadableNum: set declared function onlyHEADmain
-rw-r--r--global-functions.rsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc
index 919ffbe..17ccda8 100644
--- a/global-functions.rsc
+++ b/global-functions.rsc
@@ -528,7 +528,7 @@
}
# return human readable number
-:global HumanReadableNum do={
+:set HumanReadableNum do={
:local Input [ :tonum $1 ];
:local Base [ :tonum $2 ];