Return-Path: Mailing-List: contact modperl-cvs-help@apache.org; run by ezmlm Delivered-To: mailing list modperl-cvs@apache.org Received: (qmail 21048 invoked by uid 500); 21 Aug 2000 03:43:54 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Received: (qmail 21045 invoked by uid 1066); 21 Aug 2000 03:43:54 -0000 Date: 21 Aug 2000 03:43:54 -0000 Message-ID: <20000821034354.21044.qmail@locus.apache.org> From: dougm@locus.apache.org To: modperl-2.0-cvs@apache.org Subject: 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; } }