[MPlayer-cvslog] r22412 - trunk/Gui/win32/interface.c
    Reimar Döffinger 
    Reimar.Doeffinger at stud.uni-karlsruhe.de
       
    Fri Mar  2 16:55:59 CET 2007
    
    
  
Hello,
On Fri, Mar 02, 2007 at 04:14:14PM +0100, vayne wrote:
> Author: vayne
> Date: Fri Mar  2 16:14:14 2007
> New Revision: 22412
> 
> Modified:
>    trunk/Gui/win32/interface.c
> 
> Log:
> add missing playtree entry
> 
> Modified: trunk/Gui/win32/interface.c
> ==============================================================================
> --- trunk/Gui/win32/interface.c	(original)
> +++ trunk/Gui/win32/interface.c	Fri Mar  2 16:14:14 2007
> @@ -523,7 +523,8 @@ int guiGetEvent(int type, char *arg)
>          audio_out = mpctx_get_audio_out(guiIntfStruct.mpcontext);
>          video_out = mpctx_get_video_out(guiIntfStruct.mpcontext);
>          mixer = mpctx_get_mixer(guiIntfStruct.mpcontext);
> -    }
> +        playtree = mpctx_get_playtree_iter(guiIntfStruct.mpcontext);
> +	}
Hm. check your diffs before applying. I don't think you really wanted to
change the spaces before the } into a tab.
Greetings,
Reimar Döffinger
    
    
More information about the MPlayer-cvslog
mailing list