mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 05:21:20 -08:00
Merge branch 'develop' into 'develop'
Add zero-padding to the time printed out by DRIBBLE See merge request !47
This commit is contained in:
commit
a318f75fd8
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ is not given, ends the recording."
|
|||
*dribble-closure* nil))))
|
||||
(multiple-value-bind (sec min hour day month year)
|
||||
(get-decoded-time)
|
||||
(format dribble-stream "~&Starts dribbling to ~A (~d/~d/~d, ~d:~d:~d)."
|
||||
(format dribble-stream "~&Starts dribbling to ~A (~d/~d/~d, ~2,'0d:~2,'0d:~2,'0d)."
|
||||
namestring year month day hour min sec)
|
||||
(setq *standard-input* dribble-stream
|
||||
*standard-output* dribble-stream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue