]> git.sesse.net Git - vlc/commitdiff
Comment.
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 24 Oct 2009 17:21:45 +0000 (20:21 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 24 Oct 2009 17:21:45 +0000 (20:21 +0300)
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 );