Date: Tue, 20 Jun 2000 17:45:42 +0200 From: Stefan Esser <se@freebsd.org> To: Thomas Ludwig <tludwig@urbanet.ch> Cc: hackers@FreeBSD.ORG, Stefan Esser <se@freebsd.org> Subject: Re: error in usr.bin/ftp/main.c ? Message-ID: <20000620174542.A2207@StefanEsser.FreeBSD.org> In-Reply-To: <392B9923.47A8AA22@urbanet.ch>; from tludwig@urbanet.ch on Wed, May 24, 2000 at 10:56:03AM %2B0200 References: <392B9923.47A8AA22@urbanet.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2000-05-24 10:56 +0200, Thomas Ludwig <tludwig@urbanet.ch> wrote: > in usr.bin/ftp/main.c at line 407; instead of > > if (line[--num] == '\n') { > > it should probably be > > if (buf[--num] == '\n') { > > looks like a copy-paste error to me. Sieht auch für mich so aus ;-) Ist in Rev 1.27 von main.c behoben. Vielen Dank für den Hinweis! Gruss, STefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000620174542.A2207>