Date: Sun, 8 Jul 2001 11:01:55 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: dosexec.c changes In-Reply-To: <3B47191F.26126.BB7A01@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sat, 7 Jul 2001, Mark E. wrote: > > I think you should call it in the fragment below with second argument > > `rd', not `rp'. > > > > if (_use_lfn(path) || !rd) > > > { > > > i = find_extension(rpath, rp); > > I think it's correct as-is. You are right; sorry. `rd' can be NULL here, which alone should have shown me The Way...