diff options
-rw-r--r-- | src/chillmodule.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chillmodule.cc b/src/chillmodule.cc index 552eda8..2780e5c 100644 --- a/src/chillmodule.cc +++ b/src/chillmodule.cc @@ -282,7 +282,7 @@ chill_dest(PyObject *self, PyObject* args) { static PyObject *chill_effort(PyObject *self, PyObject *args) { strict_arg_num(args, 1, "effort"); - source_filename = intArg(args, 0); + effort = intArg(args,0); Py_RETURN_NONE; } |