Skip to content

Commit

Permalink
Reintroduce unused cache_size in mkcache_bytes
Browse files Browse the repository at this point in the history
Although this is unused, we shouldn't change more than is necessary to get this
to build on Windows/MSVC.
  • Loading branch information
zv committed Feb 13, 2019
1 parent befb7e8 commit 3ee7bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
static PyObject *
mkcache_bytes(PyObject *self, PyObject *args) {
unsigned long block_number;
unsigned long cache_size;

if (!PyArg_ParseTuple(args, "k", &block_number))
return 0;
Expand Down

0 comments on commit 3ee7bcf

Please sign in to comment.