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

Fix typo

parent fdb95608
...@@ -554,7 +554,7 @@ static char *GetTmpFilePath( access_t *p_access ) ...@@ -554,7 +554,7 @@ static char *GetTmpFilePath( access_t *p_access )
strcpy( psz_local_dir, "C:" ); strcpy( psz_local_dir, "C:" );
} }
psz_dir = FromLocaleDup( MAX_PATH + 1 ); psz_dir = FromLocaleDup( psz_local_dir );
/* remove last \\ if any */ /* remove last \\ if any */
if( psz_dir[strlen(psz_dir)-1] == '\\' ) if( psz_dir[strlen(psz_dir)-1] == '\\' )
......
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