summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-10-14 09:30:53 +0000
committerjkh <jkh@FreeBSD.org>1995-10-14 09:30:53 +0000
commit37c68af85f8fa92088a48213f5fd130944cac4e7 (patch)
tree5c6698495f06d5295177557b0fd2707d6208ab7f
parentc825093bf81d2ab1cc949ceb05d821cbd63d3422 (diff)
downloadFreeBSD-src-37c68af85f8fa92088a48213f5fd130944cac4e7.zip
FreeBSD-src-37c68af85f8fa92088a48213f5fd130944cac4e7.tar.gz
Sync with my development sources, smashing an annoying bug and making
the options editor a little less pathological.
-rw-r--r--release/sysinstall/options.c3
-rw-r--r--usr.sbin/sysinstall/options.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c
index c22e3ec..ac91acc 100644
--- a/release/sysinstall/options.c
+++ b/release/sysinstall/options.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: options.c,v 1.6 1995/10/07 11:55:34 jkh Exp $
+ * $Id: options.c,v 1.7 1995/10/11 00:54:01 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -257,7 +257,6 @@ optionsEditor(char *str)
continue;
case ' ':
- case '\n':
fire(Options[currOpt]);
dialog_clear();
clear();
diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c
index c22e3ec..ac91acc 100644
--- a/usr.sbin/sysinstall/options.c
+++ b/usr.sbin/sysinstall/options.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: options.c,v 1.6 1995/10/07 11:55:34 jkh Exp $
+ * $Id: options.c,v 1.7 1995/10/11 00:54:01 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -257,7 +257,6 @@ optionsEditor(char *str)
continue;
case ' ':
- case '\n':
fire(Options[currOpt]);
dialog_clear();
clear();
OpenPOWER on IntegriCloud