From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Mon, 11 Jun 2001 16:18:03 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: confstr v3 Message-ID: <3B24EF3B.7641.31726A@localhost> In-reply-to: <200106111858.OAA10588@envy.delorie.com> References: <3B24DBED DOT 8520 DOT 76BA38 AT localhost> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > > static char startup_djdir[FILENAME_MAX]; > > Shouldn't we use malloc? I've changed it to do just that.