Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2000 10:56:03 +0200
From:      Thomas Ludwig <tludwig@urbanet.ch>
To:        hackers@freebsd.org
Subject:   error in usr.bin/ftp/main.c ?
Message-ID:  <392B9923.47A8AA22@urbanet.ch>

next in thread | raw e-mail | index | archive | help
Hi,

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.

greets
thomas


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?392B9923.47A8AA22>