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

Comment.

parent f39e15fc
...@@ -119,7 +119,8 @@ static FILE *config_OpenConfigFile( vlc_object_t *p_obj ) ...@@ -119,7 +119,8 @@ static FILE *config_OpenConfigFile( vlc_object_t *p_obj )
free( psz_readme ); free( psz_readme );
} }
/* Remove the old configuration file so that --reset-config /* Remove the old configuration file so that --reset-config
* can work properly. */ * can work properly. Fortunately, Linux allows removing
* open files - with most filesystems. */
unlink( psz_old ); unlink( psz_old );
} }
free( psz_old ); free( psz_old );
......
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