[vlc-devel] commit: Fixed typo in pda intf. (Laurent Aimar )
    git version control 
    git at videolan.org
       
    Sun Jan 18 15:15:15 CET 2009
    
    
  
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jan 18 15:03:51 2009 +0100| [ebd7cf22ae7d5b3a1bbf1cd8728926e78f831a9c] | committer: Laurent Aimar 
Fixed typo in pda intf.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebd7cf22ae7d5b3a1bbf1cd8728926e78f831a9c
---
 modules/gui/pda/pda_callbacks.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/pda/pda_callbacks.c b/modules/gui/pda/pda_callbacks.c
index 7a49be3..f3f4017 100644
--- a/modules/gui/pda/pda_callbacks.c
+++ b/modules/gui/pda/pda_callbacks.c
@@ -136,7 +136,7 @@ static void PlaylistAddItem(GtkWidget *widget, gchar *name, char **ppsz_options,
                               (const char*)name,
                               PLAYLIST_APPEND, PLAYLIST_END,
                               (mtime_t) 0,
-                              (const char **) ppsz_options, i_pos,
+                              (const char **) ppsz_options, i_options,
                               true, pl_Unlocked );
             }
 
    
    
More information about the vlc-devel
mailing list