summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk/pl.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/gtk/pl.c')
-rw-r--r--Gui/mplayer/gtk/pl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/gtk/pl.c b/Gui/mplayer/gtk/pl.c
index f171ba8c12..4471251bd6 100644
--- a/Gui/mplayer/gtk/pl.c
+++ b/Gui/mplayer/gtk/pl.c
@@ -266,7 +266,7 @@ static void plButtonReleased( GtkButton * button,gpointer user_data )
{
if ( CLFileSelected[i] )
{
- gtk_clist_get_text( GTK_CLIST( CLFiles ),i,0,&itext );
+ gtk_clist_get_text( GTK_CLIST( CLFiles ),i,0,(char **)&itext );
text[0][0]=itext[0][0]; text[0][1]=current_path;
gtk_clist_append( GTK_CLIST( CLSelected ),text[0] );
NrOfSelected++;