summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-11-06 22:26:28 +0000
committerjkh <jkh@FreeBSD.org>1995-11-06 22:26:28 +0000
commit78f206a63513cf184eadcf46ee3300fa897acc0e (patch)
tree6c1f043a6b5fe81c3bf43549f13861cc63cf1065 /usr.sbin
parentd6d7d9de0fa03f3517873e8b7fde93f8fae1b0bc (diff)
downloadFreeBSD-src-78f206a63513cf184eadcf46ee3300fa897acc0e.zip
FreeBSD-src-78f206a63513cf184eadcf46ee3300fa897acc0e.tar.gz
Fix a really stooopid bug that was clobbering the package menu.
Pointed-out-by: ache
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/index.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c
index 11f1fa3..96a182c 100644
--- a/usr.sbin/sysinstall/index.c
+++ b/usr.sbin/sysinstall/index.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: index.c,v 1.17 1995/10/22 17:39:10 jkh Exp $
+ * $Id: index.c,v 1.18 1995/11/06 12:49:24 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -438,7 +438,7 @@ index_menu(PkgNodePtr top, PkgNodePtr plist, int *pos, int *scroll)
int curr, max;
PkgNodePtr sp, kp;
char **nitems;
- char result[127];
+ char result[4096];
Boolean hasPackages;
hasPackages = FALSE;
OpenPOWER on IntegriCloud