]> git.sesse.net Git - vlc/commitdiff
Fixed typo in pda intf.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 18 Jan 2009 14:03:51 +0000 (15:03 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 18 Jan 2009 14:14:54 +0000 (15:14 +0100)
modules/gui/pda/pda_callbacks.c

index 7a49be35155c6e0c8731002970b9e3e6554a86dd..f3f40176dfccd5159e813dd8eddc2de84254d2be 100644 (file)
@@ -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 );
             }