diff options
-rw-r--r-- | encrypt.sts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |