You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/07/22 00:25:26 UTC

cvs commit: apache-2.0/src/lib/apr/buckets ap_mmap_buf.c

rbb         00/07/21 15:25:25

  Modified:    src/lib/apr/buckets ap_mmap_buf.c
  Log:
  Fix typo.
  Submitted by:	Cliff Woolley <JW...@wlu.edu>
  Reviewed by:	Ryan Bloom
  
  Revision  Changes    Path
  1.8       +1 -1      apache-2.0/src/lib/apr/buckets/ap_mmap_buf.c
  
  Index: ap_mmap_buf.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/buckets/ap_mmap_buf.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ap_mmap_buf.c	2000/07/20 16:14:24	1.7
  +++ ap_mmap_buf.c	2000/07/21 22:25:25	1.8
  @@ -77,7 +77,7 @@
       ap_bucket_mmap *b = (ap_bucket_mmap *)e->data;
       ap_mmap_t *mm = (ap_mmap_t *)buf;
   
  -    b->alloc_addr = mm->mm;;
  +    b->alloc_addr = mm->mm;
       b->len = nbytes;
       *w = nbytes;
       return APR_SUCCESS;