diff options
Diffstat (limited to 'tapset/builtin_warn.stp')
-rw-r--r-- | tapset/builtin_warn.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/builtin_warn.stp b/tapset/builtin_warn.stp index 98fef7fe..97289ee0 100644 --- a/tapset/builtin_warn.stp +++ b/tapset/builtin_warn.stp @@ -3,5 +3,5 @@ function _warn (msg) %{ %} function warn (msg) { - return 0 + _warn (msg . "") + _warn (msg . "") } |