projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea8eaa9
)
Fix whitespace typo.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 27 Mar 2000 06:36:17 +0000
(06:36 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 27 Mar 2000 06:36:17 +0000
(06:36 +0000)
v7/src/rcs/logmer.scm
patch
|
blob
|
history
diff --git
a/v7/src/rcs/logmer.scm
b/v7/src/rcs/logmer.scm
index 658254ddf847b92b612fa19400f4225420e2a90f..242d1fd1ce648254d6fced77e27d8744ceea633c 100644
(file)
--- a/
v7/src/rcs/logmer.scm
+++ b/
v7/src/rcs/logmer.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: logmer.scm,v 1.2
0 2000/03/20 22:52:26
cph Exp $
+$Id: logmer.scm,v 1.2
1 2000/03/27 06:36:17
cph Exp $
Copyright (c) 1988-2000 Massachusetts Institute of Technology
@@
-193,7
+193,6
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
(number->string (decoded-time/year dt))
"-"
(string-pad-left (number->string (decoded-time/month dt)) 2 #\0)
-
"-"
(string-pad-left (number->string (decoded-time/day dt)) 2 #\0))))