blowfish fixes
This commit is contained in:
parent
ec1faec15a
commit
728d30a647
File diff suppressed because it is too large
Load Diff
|
@ -80,7 +80,7 @@
|
||||||
((eq? msg 'get-substring) get-substring)
|
((eq? msg 'get-substring) get-substring)
|
||||||
((eq? msg 'set) set)
|
((eq? msg 'set) set)
|
||||||
((eq? msg 'add) add)
|
((eq? msg 'add) add)
|
||||||
(else (aspecterror)(display "make-dictionary"))))
|
(else (display "make-dictionary"))))
|
||||||
))
|
))
|
||||||
|
|
||||||
(define make-dictionary make-dictionary1)
|
(define make-dictionary make-dictionary1)
|
||||||
|
|
Loading…
Reference in New Issue