Date: Tue, 21 Aug 2001 10:39:20 -0500 From: "Jacques A. Vidrine" <n@nectar.com> To: freebsd-audit@freebsd.org Cc: oss-list-freebsd-audit@technorama.net Subject: Re: setprogname Message-ID: <20010821103920.A27397@madman.nectar.com> In-Reply-To: <20010821113802.A84678@technorama.net>; from oss-list-freebsd-audit@technorama.net on Tue, Aug 21, 2001 at 11:38:02AM -0400 References: <20010821091200.A24891@madman.nectar.com> <20010821113802.A84678@technorama.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 21, 2001 at 11:38:02AM -0400, oss-list-freebsd-audit@technorama.net wrote: > On Tue, Aug 21, 2001 at 09:12:00AM -0500, Jacques A. Vidrine wrote: > > > > + __progname = p ? p : progname; > > should be > > > + __progname = p ? p+1 : progname; Oops, yes thanks! -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010821103920.A27397>