summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/tape.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/tape.c')
-rw-r--r--release/sysinstall/tape.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/release/sysinstall/tape.c b/release/sysinstall/tape.c
index abafe81..166c786 100644
--- a/release/sysinstall/tape.c
+++ b/release/sysinstall/tape.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: tape.c,v 1.9 1996/03/02 07:31:57 jkh Exp $
+ * $Id: tape.c,v 1.10 1996/04/13 13:32:11 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -72,10 +72,8 @@ mediaInitTape(Device *dev)
msgDebug("Tape initialized successfully.\n");
return TRUE;
}
- else {
- dialog_clear();
+ else
msgConfirm("Tape extract command failed with status %d!", i);
- }
return FALSE;
}
OpenPOWER on IntegriCloud