[MPlayer-cvslog] r35610 - trunk/gui/interface.c

ib subversion at mplayerhq.hu
Wed Dec 5 13:41:45 CET 2012


Author: ib
Date: Wed Dec  5 13:41:45 2012
New Revision: 35610

Log:
Remove unnecessary cast.

Modified:
   trunk/gui/interface.c

Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c	Wed Dec  5 13:38:07 2012	(r35609)
+++ trunk/gui/interface.c	Wed Dec  5 13:41:45 2012	(r35610)
@@ -897,7 +897,7 @@ int guiPlaylist(int what, play_tree_t *p
 // The file which contained the playlist is thereby replaced with it's contents.
     case GUI_PLAYLIST_ADD:
 
-        curr = (plItem *)listMgr(PLAYLIST_ITEM_GET_CURR, 0);
+        curr = listMgr(PLAYLIST_ITEM_GET_CURR, 0);
 
         while ((filename = pt_iter_get_next_file(pt_iter)))
             /* insert it into the list and set plCurrent=new item */


More information about the MPlayer-cvslog mailing list