Skip to content

Commit

Permalink
Merge branch 'use-system' into module-refactor
Browse files Browse the repository at this point in the history
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
  • Loading branch information
Thomas Hintz committed Dec 17, 2012
2 parents 7fc002e + 6e02c10 commit c605e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep-the-records.scm
Expand Up @@ -411,7 +411,7 @@
(string->number (todays-yyyy))))
d1
d2))
(filter (lambda (c) (birthday club c)) clubbers)))
(filter (lambda (c) (db->date (birthday club c))) clubbers)))

;; (filter (lambda (c)
;; (let* ((c-b (birthday club c))
Expand Down

0 comments on commit c605e51

Please sign in to comment.