picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 7783621f2d30e577d4ed15890a08542f402f1550
parent 066a1c79f5217b060b5b158a7d156a30ec30d82f
Author: Alexander Burger <abu@software-lab.de>
Date:   Mon, 21 Jan 2013 19:01:57 +0100

Bug in 'auth'
Diffstat:
Mlib/adm.l | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/adm.l b/lib/adm.l @@ -30,7 +30,7 @@ (and (or (= (: pw) Pw) - (= (: pw) (passwd (: pw) Pw)) ) + (= (: pw) (passwd Pw (: pw))) ) This ) ) ) ### Login ###