mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
typo
This commit is contained in:
parent
b6ec61fa45
commit
3f408a885b
@ -5,7 +5,7 @@
|
||||
(define (run-test)
|
||||
(and (test test-weeknum-calculator)))
|
||||
|
||||
(define (create->time64 l)
|
||||
(define (create-time64 l)
|
||||
(let ((now (gnc-localtime (current-time))))
|
||||
(set-tm:sec now (list-ref l 0))
|
||||
(set-tm:min now (list-ref l 1))
|
||||
|
Loading…
Reference in New Issue
Block a user