Commit 78218ba9 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

input/meta.c: Make sure the last path component is created as a directory in ArtCacheCreateDir.

parent 2b7c30bd
......@@ -241,6 +241,7 @@ static void ArtCacheCreateDir( const char *psz_dir )
*psz = DIR_SEP_CHAR;
psz++;
}
utf8_mkdir( psz_dir );
}
static char * ArtCacheGetSanitizedFileName( const char *psz )
......
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