From 978fce0097361adfe473c033d7d61878e73c072a Mon Sep 17 00:00:00 2001 From: william Date: Wed, 25 Feb 2015 15:04:32 -0800 Subject: fix argument handling bug in lm.hash example --- examples/lm.hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lm.hash b/examples/lm.hash index 4d8157c..b71b606 100755 --- a/examples/lm.hash +++ b/examples/lm.hash @@ -68,4 +68,4 @@ end -- tohex local pass = ... or "passphrase" -print(pass, tohex(lm_hash(... or "passphrase"))) +print(pass, tohex(lm_hash(pass))) -- cgit v1.2.3-59-g8ed1b