From a7668cbe28c52e0df4aa197bc56a4470a6fc2104 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 22 Jan 1998 23:28:54 +0000 Subject: [PATCH] Fix random bug caused by changes in revision 1.16. --- v7/src/6001/floppy.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/6001/floppy.scm b/v7/src/6001/floppy.scm index f51dd8900..613847bdd 100644 --- a/v7/src/6001/floppy.scm +++ b/v7/src/6001/floppy.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: floppy.scm,v 1.20 1998/01/22 23:07:38 cph Exp $ +$Id: floppy.scm,v 1.21 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.") -- 2.25.1