Merging 1.0 branch onto the trunk (I know this is not the usual
way, but it is just me :) Not part of the build! git-svn-id: svn://10.0.0.236/trunk@120625 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -120,7 +120,7 @@ static PyObject *PyFetchBlock(PyObject *self, PyObject *args)
|
||||
return NULL;
|
||||
}
|
||||
memset(fetched, 0, sizeof(nsISupports *) * n_wanted);
|
||||
nsresult r;
|
||||
nsresult r = NS_OK;
|
||||
PRBool more;
|
||||
Py_BEGIN_ALLOW_THREADS;
|
||||
for (;n_fetched<n_wanted;) {
|
||||
|
||||
Reference in New Issue
Block a user