Commit 22e96624 by Victor M. Alvarez

Stop using FALSE, as YARA headers don't define it anymore.

parent b05adc47
......@@ -1354,7 +1354,7 @@ static PyObject* Rules_match(
int timeout = 0;
int length;
int error = ERROR_SUCCESS;
int fast_mode = FALSE;
int fast_mode = 0;
PyObject* externals = NULL;
PyObject* fast = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment