From 891c894fc1d837082f037170f0c8d63140dd2284 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 16 Oct 2020 16:24:34 +0300 Subject: Output fix for encrypt. --- encrypt.sts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encrypt.sts b/encrypt.sts index 8112d9b..64fade3 100644 --- a/encrypt.sts +++ b/encrypt.sts @@ -4,7 +4,7 @@ module cipher.sts defword encbyte sys_read dup if drop - cipher + cipher sys_write 1 1 fi 0 = if drop 0 -- cgit v1.2.3