Commit bfe34242 by Nelson Elhage

See if this fixes 32-bit build

parent efe3f37d
......@@ -22,7 +22,7 @@
extern git_mutex git__mwindow_mutex;
size_t git_indexer__max_objects = (1ul << 32);
size_t git_indexer__max_objects = (size_t)-1;
#define UINT31_MAX (0x7FFFFFFF)
......
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