Rename source and info.

This commit is contained in:
Dominik Pantůček 2023-04-11 22:11:11 +02:00
parent fb98eb6a78
commit 3ef6c0b628
7 changed files with 18 additions and 18 deletions

View file

@ -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))))))