From 36acc9225eeb682ceae55fd9b61ece1239b2122d Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 24 Oct 2009 20:21:45 +0300 Subject: [PATCH] Comment. --- src/config/file.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/file.c b/src/config/file.c index 6770893723..89566b2127 100644 --- a/src/config/file.c +++ b/src/config/file.c @@ -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 ); -- 2.39.2