You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Cliff Woolley <cl...@yahoo.com> on 2001/06/05 01:20:00 UTC

RE: cvs commit: apr/misc/unix errorcodes.c

On Tue, 5 Jun 2001, Sander Striker wrote:

> >   -    if (!mem_sys->parent_mem_sys)
> >   -        return;
> >   -
> >   -    parent = mem_sys
> >   +    parent = mem_sys->parent_mem_sys;
>
> This line should read:
>          parent = mem_sys;
>
> The condition is also satified if the memory system itself is
> tracking. The naming may be confusing, but this is how it
> should be.

I wondered about that and was going to ask.  Thanks.  Commit coming.  =-)

--Cliff


--------------------------------------------------------------
   Cliff Woolley
   cliffwoolley@yahoo.com
   Charlottesville, VA