...
This commit is contained in:
parent
f790e8bd47
commit
55e53db184
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
#define EXTRA_INIT if (PyModule_AddFunctions(module, module_methods) != 0) return false;
|
||||
#define MAX_KEY_SIZE 256
|
||||
#define MAX_KEY_SIZE 256u
|
||||
|
||||
#include "disk-cache.h"
|
||||
#include "uthash.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue