bojan 277c47
--- apr/apr-util/branches/1.3.x/buckets/apr_brigade.c	2009/05/21 22:05:55	777282
bojan 277c47
+++ apr/apr-util/branches/1.3.x/buckets/apr_brigade.c	2009/05/21 22:09:02	777283
bojan 277c47
@@ -689,9 +689,6 @@
bojan 277c47
       return -1;
bojan 277c47
     }
bojan 277c47
 
bojan 277c47
-    /* tack on null terminator to remaining string */
bojan 277c47
-    *(vd.vbuff.curpos) = '\0';
bojan 277c47
-
bojan 277c47
     /* write out what remains in the buffer */
bojan 277c47
     return apr_brigade_write(b, flush, ctx, buf, vd.vbuff.curpos - buf);
bojan 277c47
 }