Fix unsigned warning on windows

parent 9c91f803
......@@ -3134,7 +3134,7 @@ static void init_win_path_patterns()
static void free_win_path_patterns()
{
int i= 0;
uint i= 0;
for (i=0 ; i < patterns.elements ; i++)
{
const char** pattern= dynamic_element(&patterns, i, const char**);
......
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