diff options
Diffstat (limited to 'archivers/py-bzip2/files/patch-bz2.c')
-rw-r--r-- | archivers/py-bzip2/files/patch-bz2.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/archivers/py-bzip2/files/patch-bz2.c b/archivers/py-bzip2/files/patch-bz2.c deleted file mode 100644 index 7c977cda14cf..000000000000 --- a/archivers/py-bzip2/files/patch-bz2.c +++ /dev/null @@ -1,11 +0,0 @@ ---- bz2.c.orig Tue Mar 26 13:32:03 2002 -+++ bz2.c Tue Mar 26 13:32:12 2002 -@@ -1447,7 +1447,7 @@ - int strsize; - int bufsize = SMALLCHUNK; - long totalout; -- PyObject *ret; -+ PyObject *ret = NULL; - bz_stream *bzs = &self->bzs; - int bzerror; - |