]> git.sesse.net Git - vlc/blobdiff - src/libvlc-common.c
Add support for aliases through vlc_config_set
[vlc] / src / libvlc-common.c
index 1a0bdf71a1322dcd6107daab6ccfb37b93495f34..468fd953bc3da85968abf0302db83057f2245b46 100644 (file)
@@ -1455,8 +1455,8 @@ static void Usage( libvlc_int_t *p_this, char const *psz_module_name )
             signed int i;
             size_t i_cur_width;
 
-            /* Skip deprecated options */
-            if( p_item->psz_current )
+            /* Skip removed options */
+            if( p_item->b_removed )
             {
                 continue;
             }