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:
5c1f470
)
Fix random bug caused by changes in revision 1.16.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 22 Jan 1998 23:28:54 +0000
(23:28 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 22 Jan 1998 23:28:54 +0000
(23:28 +0000)
v7/src/6001/floppy.scm
patch
|
blob
|
history
diff --git
a/v7/src/6001/floppy.scm
b/v7/src/6001/floppy.scm
index f51dd89000e70d843fc3f95233ae001d733d10dc..613847bdddc7cffb8a766b196576c0c77fe1c45a 100644
(file)
--- a/
v7/src/6001/floppy.scm
+++ b/
v7/src/6001/floppy.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: floppy.scm,v 1.2
0 1998/01/22 23:07:38
cph Exp $
+$Id: floppy.scm,v 1.2
1 1998/01/22 23:28:54
cph Exp $
Copyright (c) 1992-98 Massachusetts Institute of Technology
@@
-116,7
+116,8
@@
insert it into the floppy drive.")
Again, use the File Manager to format the floppy.")
((OS/2)
"
-Again, use the Drive object to format the floppy.")))
+Again, use the Drive object to format the floppy.")
+ (else "")))
(append-string
"
When you have done this, type any character to continue.")