[MPlayer-cvslog] r35642 - trunk/gui/dialog/playlist.c
ib
subversion at mplayerhq.hu
Mon Dec 10 02:43:38 CET 2012
Author: ib
Date: Mon Dec 10 02:43:38 2012
New Revision: 35642
Log:
Change parameter from NULL to 0.
This is for optical reasons and to reflect that nothing is passed.
Modified:
trunk/gui/dialog/playlist.c
Modified: trunk/gui/dialog/playlist.c
==============================================================================
--- trunk/gui/dialog/playlist.c Sun Dec 9 17:49:45 2012 (r35641)
+++ trunk/gui/dialog/playlist.c Mon Dec 10 02:43:38 2012 (r35642)
@@ -236,7 +236,7 @@ static void plButtonReleased( GtkButton
guiInfo.PlaylistNext = (curr.name ? False : True);
guiInfo.Track = 1;
}
- guiInfo.Tracks = (int) listMgr( PLAYLIST_ITEM_GET_POS,NULL );
+ guiInfo.Tracks = (int) listMgr( PLAYLIST_ITEM_GET_POS,0 );
}
else if (isPlaylistStreamtype && !guiInfo.Playing) uiUnsetFile();
free(curr.path);
More information about the MPlayer-cvslog
mailing list