[vlc-devel] commit: pda: fix typo introduced by [ ebd7cf22ae7d5b3a1bbf1cd8728926e78f831a9c] (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat May 16 23:26:48 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 16 22:32:29 2009 +0200| [2f0c83bd43674753d2fd2d7fb8cc4193fbdfcfca] | committer: Jean-Baptiste Kempf 

pda: fix typo introduced by [ebd7cf22ae7d5b3a1bbf1cd8728926e78f831a9c]

This should fix the compilation of pda interface.

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

 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 a5a155a..e1abc08 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,
-                              i_options, (const char **) ppsz_options, VLC_INPUT_OPTION_TRUSTED,
+                              i_size, (const char **) ppsz_options, VLC_INPUT_OPTION_TRUSTED,
                               true, pl_Unlocked );
             }
 




More information about the vlc-devel mailing list