This commit is contained in:
Jordan K. Hubbard 1997-06-12 09:01:38 +00:00
parent 9a12d3c96b
commit 457984b7f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26576
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: tcpip.c,v 1.66 1997/06/09 01:19:44 jkh Exp $
* $Id: tcpip.c,v 1.67 1997/06/12 07:35:40 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@ -152,7 +152,7 @@ tcpOpenDialog(Device *devp)
WINDOW *ds_win, *save = NULL;
ComposeObj *obj = NULL;
int n = 0, cancel = FALSE;
int max, ret;
int max, ret = DITEM_SUCCESS;
char *tmp;
char title[80];

View File

@ -1,5 +1,5 @@
/*
* $Id: tcpip.c,v 1.66 1997/06/09 01:19:44 jkh Exp $
* $Id: tcpip.c,v 1.67 1997/06/12 07:35:40 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@ -152,7 +152,7 @@ tcpOpenDialog(Device *devp)
WINDOW *ds_win, *save = NULL;
ComposeObj *obj = NULL;
int n = 0, cancel = FALSE;
int max, ret;
int max, ret = DITEM_SUCCESS;
char *tmp;
char title[80];