Fix a really stooopid bug that was clobbering the package menu.
Pointed-out-by: ache
This commit is contained in:
parent
6b024ad2a8
commit
df1f3c7374
@ -4,7 +4,7 @@
|
|||||||
* This is probably the last program in the `sysinstall' line - the next
|
* This is probably the last program in the `sysinstall' line - the next
|
||||||
* generation being essentially a complete rewrite.
|
* 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
|
* Copyright (c) 1995
|
||||||
* Jordan Hubbard. All rights reserved.
|
* Jordan Hubbard. All rights reserved.
|
||||||
@ -438,7 +438,7 @@ index_menu(PkgNodePtr top, PkgNodePtr plist, int *pos, int *scroll)
|
|||||||
int curr, max;
|
int curr, max;
|
||||||
PkgNodePtr sp, kp;
|
PkgNodePtr sp, kp;
|
||||||
char **nitems;
|
char **nitems;
|
||||||
char result[127];
|
char result[4096];
|
||||||
Boolean hasPackages;
|
Boolean hasPackages;
|
||||||
|
|
||||||
hasPackages = FALSE;
|
hasPackages = FALSE;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* This is probably the last program in the `sysinstall' line - the next
|
* This is probably the last program in the `sysinstall' line - the next
|
||||||
* generation being essentially a complete rewrite.
|
* 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
|
* Copyright (c) 1995
|
||||||
* Jordan Hubbard. All rights reserved.
|
* Jordan Hubbard. All rights reserved.
|
||||||
@ -438,7 +438,7 @@ index_menu(PkgNodePtr top, PkgNodePtr plist, int *pos, int *scroll)
|
|||||||
int curr, max;
|
int curr, max;
|
||||||
PkgNodePtr sp, kp;
|
PkgNodePtr sp, kp;
|
||||||
char **nitems;
|
char **nitems;
|
||||||
char result[127];
|
char result[4096];
|
||||||
Boolean hasPackages;
|
Boolean hasPackages;
|
||||||
|
|
||||||
hasPackages = FALSE;
|
hasPackages = FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user