summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/index.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-12-19 06:34:22 +0000
committerjkh <jkh@FreeBSD.org>1999-12-19 06:34:22 +0000
commitbead2e7139048bc73563fd52c30d1ce5ae124a87 (patch)
treea939405b4e755cc543f4c1e874101f67ee588fec /usr.sbin/sysinstall/index.c
parentc3ff65ba4ef0cda2fa7ad7f1ef79f1f5d1ab1f10 (diff)
downloadFreeBSD-src-bead2e7139048bc73563fd52c30d1ce5ae124a87.zip
FreeBSD-src-bead2e7139048bc73563fd52c30d1ce5ae124a87.tar.gz
More cosmetic surgery and a nasty null pointer bug in index.c fixed.
Diffstat (limited to 'usr.sbin/sysinstall/index.c')
-rw-r--r--usr.sbin/sysinstall/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c
index 8b1a4ef..f8a5c4d 100644
--- a/usr.sbin/sysinstall/index.c
+++ b/usr.sbin/sysinstall/index.c
@@ -751,7 +751,7 @@ index_initialize(char *path)
fclose(fp);
index_sort(&Top);
index_initted = TRUE;
+ restorescr(w);
}
- restorescr(w);
return DITEM_SUCCESS;
}
OpenPOWER on IntegriCloud