From: Laurent Aimar Date: Sun, 18 Jan 2009 14:03:51 +0000 (+0100) Subject: Fixed typo in pda intf. X-Git-Tag: 1.0.0-pre1~1243 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ebd7cf22ae7d5b3a1bbf1cd8728926e78f831a9c;p=vlc Fixed typo in pda intf. --- diff --git a/modules/gui/pda/pda_callbacks.c b/modules/gui/pda/pda_callbacks.c index 7a49be3515..f3f40176df 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 ); }