Show More
@@ -158,8 +158,8 b' static PyObject *parse_dirstate(PyObject' | |||
|
158 | 158 | { |
|
159 | 159 | PyObject *dmap, *cmap, *parents = NULL, *ret = NULL; |
|
160 | 160 | PyObject *fname = NULL, *cname = NULL, *entry = NULL; |
|
161 | char *str, *cur, *end, *cpos; | |
|
162 |
int |
|
|
161 | char state, *str, *cur, *end, *cpos; | |
|
162 | int mode, size, mtime; | |
|
163 | 163 | unsigned int flen; |
|
164 | 164 | int len; |
|
165 | 165 |
General Comments 0
You need to be logged in to leave comments.
Login now