summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/dist.c4
-rw-r--r--usr.sbin/sysinstall/dist.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index ee1a415..9a7f686 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.119 1997/10/12 12:11:14 jkh Exp $
+ * $Id: dist.c,v 1.120 1997/10/13 12:12:14 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -799,7 +799,7 @@ distExtractAll(dialogMenuItem *self)
/* paranoia */
if (!Dists) {
- if (!dmenuOpenSimple(&MenuDistributions, FALSE) || !Dists)
+ if (!dmenuOpenSimple(&MenuSubDistributions, FALSE) || !Dists)
return DITEM_FAILURE | DITEM_RESTORE;
}
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index ee1a415..9a7f686 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.119 1997/10/12 12:11:14 jkh Exp $
+ * $Id: dist.c,v 1.120 1997/10/13 12:12:14 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -799,7 +799,7 @@ distExtractAll(dialogMenuItem *self)
/* paranoia */
if (!Dists) {
- if (!dmenuOpenSimple(&MenuDistributions, FALSE) || !Dists)
+ if (!dmenuOpenSimple(&MenuSubDistributions, FALSE) || !Dists)
return DITEM_FAILURE | DITEM_RESTORE;
}
OpenPOWER on IntegriCloud