]> git.sesse.net Git - vlc/blobdiff - modules/access_filter/dump.c
Put records to download directory
[vlc] / modules / access_filter / dump.c
index fcfb8cabe7b62e59adadba963f920aafdeb7efa1..c4b0b5ce22710077e81d1de3f12d3a7300f708e7 100644 (file)
@@ -271,7 +271,7 @@ static void Trigger (access_t *access)
         // and there is an off-by-one in the following sprintf().
         return;
 
-    char *dir = config_GetUserDir( VLC_HOME_DIR );
+    char *dir = config_GetUserDir( VLC_DOWNLOAD_DIR );
      if( dir == NULL )
          return;