You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@locus.apache.org on 2000/08/21 05:43:54 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_apache_xs.c

dougm       00/08/20 20:43:53

  Modified:    src/modules/perl modperl_apache_xs.c
  Log:
  loose tab
  
  Revision  Changes    Path
  1.2       +1 -1      modperl-2.0/src/modules/perl/modperl_apache_xs.c
  
  Index: modperl_apache_xs.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_apache_xs.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- modperl_apache_xs.c	2000/08/21 03:03:52	1.1
  +++ modperl_apache_xs.c	2000/08/21 03:43:53	1.2
  @@ -49,7 +49,7 @@
           modperl_wbucket_pass(b, buf, len);
       }
       else {
  -	memcpy(&b->outbuf[b->outcnt], buf, len);
  +        memcpy(&b->outbuf[b->outcnt], buf, len);
           b->outcnt += len;
       }
   }