Fix uninitialized variable
This commit is contained in:
parent
a511f299bb
commit
e4097c5de5
@ -81,7 +81,7 @@ static int diff_hunk_cb(
|
||||
PyObject *hunks;
|
||||
Hunk *hunk;
|
||||
int len;
|
||||
char* old_path, *new_path;
|
||||
char* old_path = NULL, *new_path = NULL;
|
||||
char oid[GIT_OID_HEXSZ];
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user