aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.sts5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.sts b/main.sts
index 5e56790..62550a5 100644
--- a/main.sts
+++ b/main.sts
@@ -103,8 +103,8 @@ defword checktext
bifreq_eng freq_eng calcdist if 1 else
0 fi
; Remove frequencies from stack:
- 2c0 set
- 2c0 clear
+ 2c1 set
+ 2c1 clear
exit
set_entry float_init ; this is program with floats
@@ -118,6 +118,7 @@ set_entry float_init ; this is program with floats
do
; generate next key to try
keygen as keylen local key
+ 5 print_stack
'.' sys_write_err
; decipher text (length is the same as for ciphertext)