summaryrefslogtreecommitdiffstats
path: root/tapset/builtin_log.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/builtin_log.stp')
-rw-r--r--tapset/builtin_log.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/builtin_log.stp b/tapset/builtin_log.stp
index 2932d66e..3d1a0aaf 100644
--- a/tapset/builtin_log.stp
+++ b/tapset/builtin_log.stp
@@ -3,5 +3,5 @@ function _log (msg) %{
%}
function log (msg) {
- return 0 + _log (msg . "")
+ _log (msg . "")
}