aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-bzip2/files/patch-bz2.c
blob: 7c977cda14cff9c70837a60209e9c3548d67cfa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;