From bb628eaac63fd9214f2ec49f893abcff2da1a0ec Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 27 May 1995 21:18:07 +0000 Subject: [PATCH] As Gary would say: "eeek! I introduced a wee bug." Fix it. --- release/sysinstall/ftp_strat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/sysinstall/ftp_strat.c b/release/sysinstall/ftp_strat.c index 60363b39052..7fbfe2595bf 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)