Commit 4d8192c7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix warnings

parent d21ca5d8
......@@ -504,7 +504,7 @@ int utf8_scandir( const char *dirname, char ***namelist,
else
{
char **tab = NULL;
const char *entry;
char *entry;
unsigned num = 0;
while( ( entry = utf8_readdir( dir ) ) != 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