r79
@ -1,9 +1,9 @@
Source: main-menu
Section: byhand
Section: debian-installer
Priority: standard
Maintainer: Joey Hess <joeyh@debian.org>
Build-Depends: debhelper (>= 2.1.18), dpkg-dev (1.7.0)
Standards-Version: 2.3.0.1
Standards-Version: 3.2.1.0
Package: main-menu
Architecture: any
@ -15,7 +15,7 @@
*/
struct package_t *status_read(void) {
FILE *f;
char *b, buf[BUFSIZE], *lang_code, *lingua;
char *b, buf[BUFSIZE], *lang_code, *lingua = NULL;
int i;
struct package_t *found, *newp, *p = 0;