And on diff_to_buffer too.
This commit is contained in:
@@ -106,7 +106,7 @@ Blob_diff_to_buffer(Blob *self, PyObject *args, PyObject *kwds)
|
|||||||
char *keywords[] = {"buffer", "flag", "old_as_path", "buffer_as_path",
|
char *keywords[] = {"buffer", "flag", "old_as_path", "buffer_as_path",
|
||||||
NULL};
|
NULL};
|
||||||
|
|
||||||
if (!PyArg_ParseTupleAndKeywords(args, kwds, "|s#ssI", keywords,
|
if (!PyArg_ParseTupleAndKeywords(args, kwds, "|s#Iss", keywords,
|
||||||
&buffer, &buffer_len, &opts.flags,
|
&buffer, &buffer_len, &opts.flags,
|
||||||
&old_as_path, &buffer_as_path))
|
&old_as_path, &buffer_as_path))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user