Commit 0a7c2d3c authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

input/meta.c: ArtCacheCreateDir fix, third attempt.

parent d8fe8443
...@@ -238,7 +238,8 @@ static void ArtCacheCreateDir( const char *psz_dir ) ...@@ -238,7 +238,8 @@ static void ArtCacheCreateDir( const char *psz_dir )
if( !*psz ) break; if( !*psz ) break;
*psz = 0; *psz = 0;
if( !EMPTY_STR( psz_newdir ) ) utf8_mkdir( psz_newdir ); if( !EMPTY_STR( psz_newdir ) ) utf8_mkdir( psz_newdir );
*psz = DIR_SEP; *psz = DIR_SEP;
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