summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/ftp_strat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/ftp_strat.c b/release/sysinstall/ftp_strat.c
index 60363b3..7fbfe25 100644
--- a/release/sysinstall/ftp_strat.c
+++ b/release/sysinstall/ftp_strat.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: ftp_strat.c,v 1.1 1995/05/27 10:38:55 jkh Exp $
+ * $Id: ftp_strat.c,v 1.2 1995/05/27 20:50:10 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -60,7 +60,7 @@ mediaInitFTP(Device *dev)
{
int i;
char *cp, *hostname, *dir;
- char *my_name, email[BUFSIZ], url[BUFSIZE];
+ char *my_name, email[BUFSIZ], url[BUFSIZ];
Device *netDevice = (Device *)dev->private;
if (ftpInitted)
OpenPOWER on IntegriCloud