Show More
@@ -202,9 +202,9 b' static PyObject *parse_dirstate(PyObject' | |||||
202 | } |
|
202 | } | |
203 |
|
203 | |||
204 | entry = Py_BuildValue("ciii", state, mode, size, mtime); |
|
204 | entry = Py_BuildValue("ciii", state, mode, size, mtime); | |
205 | PyObject_GC_UnTrack(entry); /* don't waste time with this */ |
|
|||
206 | if (!entry) |
|
205 | if (!entry) | |
207 | goto quit; |
|
206 | goto quit; | |
|
207 | PyObject_GC_UnTrack(entry); /* don't waste time with this */ | |||
208 |
|
208 | |||
209 | cpos = memchr(cur, 0, flen); |
|
209 | cpos = memchr(cur, 0, flen); | |
210 | if (cpos) { |
|
210 | if (cpos) { |
General Comments 0
You need to be logged in to leave comments.
Login now