You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2004/01/14 01:45:20 UTC

cvs commit: apr/include apr_lib.h

wrowe       2004/01/13 16:45:20

  Modified:    include  apr_lib.h
  Log:
    Make things a bit easier to understand, based on feedback to the
    dev@apr list.
  
  Revision  Changes    Path
  1.65      +1 -1      apr/include/apr_lib.h
  
  Index: apr_lib.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_lib.h,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- apr_lib.h	3 Sep 2003 18:26:57 -0000	1.64
  +++ apr_lib.h	14 Jan 2004 00:45:20 -0000	1.65
  @@ -192,7 +192,7 @@
    * space at the unallocated end of a block, and doesn't actually
    * complete the allocation until apr_vformatter returns.  apr_psprintf
    * would be completely broken if apr_vformatter were to call anything
  - * that used a apr_pool_t.  Similarly http_bprintf() uses the "scratch"
  + * that used this same pool.  Similarly http_bprintf() uses the "scratch"
    * space at the end of its output buffer, and doesn't actually note
    * that the space is in use until it either has to flush the buffer
    * or until apr_vformatter returns.