[vlc-devel] commit: Another compile fix ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Sep 21 16:02:35 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Sep 21 17:05:59 2008 +0300| [867e2a266b005b32697930b5bdb6784ae1e2c0e7] | committer: Rémi Denis-Courmont 

Another compile fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=867e2a266b005b32697930b5bdb6784ae1e2c0e7
---

 modules/gui/macosx/prefs_widgets.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/prefs_widgets.m b/modules/gui/macosx/prefs_widgets.m
index e679222..c234669 100644
--- a/modules/gui/macosx/prefs_widgets.m
+++ b/modules/gui/macosx/prefs_widgets.m
@@ -2048,7 +2048,7 @@ if( _p_item->i_type == CONFIG_ITEM_MODULE_LIST )
 
     o_modulearray = [[NSMutableArray alloc] initWithCapacity:10];
     /* build a list of available modules */
-    p_list = module_list_get( );
+    p_list = module_list_get( NULL );
     for( i_module_index = 0; p_list[i_module_index]; i_module_index++ )
     {
         int i;




More information about the vlc-devel mailing list