~ubuntu-branches/ubuntu/gutsy/libapache2-mod-python/gutsy

« back to all changes in this revision

Viewing changes to src/filterobject.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-07 13:18:35 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060707131835-zfp1vupanjj2e77y
Tags: 3.2.8-1ubuntu1
* Merge to Debian unstable.
* Remaining Ubuntu change: debian/{control,rules}: Drop python 2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *
19
19
 * filterobject.c 
20
20
 *
21
 
 * $Id: filterobject.c 102649 2004-02-16 19:47:28Z grisha $
 
21
 * $Id: filterobject.c 106619 2004-11-25 22:10:52Z nd $
22
22
 *
23
23
 * See accompanying documentation and source code comments 
24
24
 * for details.
259
259
 
260
260
            _PyString_Resize(&result, bufsize + HUGE_STRING_LEN);
261
261
            buffer = PyString_AS_STRING((PyStringObject *) result);
262
 
            buffer += HUGE_STRING_LEN;
 
262
            buffer += bytes_read;
263
263
 
264
264
            bufsize += HUGE_STRING_LEN;
265
265
        }