]> git.sesse.net Git - vlc/blobdiff - src/config/file.c
Comment.
[vlc] / src / config / file.c
index 67708937232691302d851fcf2559632b7ae1bd75..89566b212761501c3c9fb595f36f654970fc7f0b 100644 (file)
@@ -119,7 +119,8 @@ static FILE *config_OpenConfigFile( vlc_object_t *p_obj )
                     free( psz_readme );
                 }
                 /* 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 );
             }
             free( psz_old );