Rename source and info.
This commit is contained in:
parent
fb98eb6a78
commit
3ef6c0b628
7 changed files with 18 additions and 18 deletions
|
@ -63,7 +63,7 @@
|
|||
(print (member-total-balance mr))))
|
||||
(with-output-to-file (make-pathname dir (sprintf "~A.misc" nick))
|
||||
(lambda ()
|
||||
(let loop ((lines (member-source mr)))
|
||||
(let loop ((lines (brmember-source mr)))
|
||||
(when (not (null? lines))
|
||||
(print (car lines))
|
||||
(loop (cdr lines))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue