Re: PL_laststatval

2000-07-25 Thread dougm
On Tue, 25 Jul 2000, Eric Cholet wrote: > Doug, > > Thanks for the insight, it all makes sense now. Therefore the patch I propose > to commit is: looks good, thanks eric! - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: PL_laststatval

2000-07-25 Thread Eric Cholet
> > I want to fix this bug in r->filename. Currently it does this: > > > > CODE: > > get_set_PVp(r->filename,r->pool); > > #ifndef WIN32 > > if(items > 1) > > stat(r->filename, &r->finfo); > > #endif > > > > The return code for stat() is not checked, therefore the stat > > cache is l