global-functions: $AlignRight: set declared function only

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

View file

@ -79,7 +79,7 @@
:global WaitTimeSync;
# align string to the right
:global AlignRight do={
:set AlignRight do={
:local Input [ :tostr $1 ];
:local Len [ :tonum $2 ];