summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tcpip.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sysinstall/tcpip.c')
-rw-r--r--usr.sbin/sysinstall/tcpip.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index 0cc5c00..e6c407b 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id: tcpip.c,v 1.46 1996/09/01 08:17:14 jkh Exp $
+ * $Id: tcpip.c,v 1.47 1996/10/05 12:16:49 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -249,8 +249,7 @@ tcpOpenDialog(Device *devp)
msgFatal("Cannot open TCP/IP dialog window!!");
/* Say where our help comes from */
- systemHelpFile(TCP_HELPFILE, help);
- use_helpfile(help);
+ use_helpfile(systemHelpFile(TCP_HELPFILE, help));
/* Setup a nice screen for us to splat stuff onto */
draw_box(ds_win, TCP_DIALOG_Y, TCP_DIALOG_X, TCP_DIALOG_HEIGHT, TCP_DIALOG_WIDTH, dialog_attr, border_attr);
OpenPOWER on IntegriCloud