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

ib subversion at mplayerhq.hu
Tue Jul 30 13:52:47 CEST 2013


Author: ib
Date: Tue Jul 30 13:52:47 2013
New Revision: 36375

Log:
Be more pedantic about type of the constant.

Modified:
   trunk/gui/interface.c

Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c	Tue Jul 30 13:26:52 2013	(r36374)
+++ trunk/gui/interface.c	Tue Jul 30 13:52:47 2013	(r36375)
@@ -818,7 +818,7 @@ int gui(int what, void *data)
             }
 
             guiInfo.ElapsedTime = 0;
-            guiInfo.Position    = 0;
+            guiInfo.Position    = 0.0f;
 
             if (gtkShowVideoWindow) {
                 guiInfo.VideoWindow = True;


More information about the MPlayer-cvslog mailing list