summaryrefslogtreecommitdiff
path: root/fib.kpl
diff options
context:
space:
mode:
Diffstat (limited to 'fib.kpl')
-rw-r--r--fib.kpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fib.kpl b/fib.kpl
index afc44ee..8231a9d 100644
--- a/fib.kpl
+++ b/fib.kpl
@@ -33,5 +33,5 @@
"#BOLD#WHITE#Usage: % % <n>#\n" `format (args `get 0; args `get 1)
)
}
- fib_string `sync U64 $ args `get -1
+ `value fib_string `sync U64 $ args `get -1
)