[Mplayer-cvslog] CVS: main playtree.c,1.8,1.9
Alban Bedel CVS
albeu at mplayer.dev.hu
Thu Feb 21 14:11:33 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv27189
Modified Files:
playtree.c
Log Message:
In the good way this time, (1 and 0 was swaped 10*10^10l for me ;))
Index: playtree.c
===================================================================
RCS file: /cvsroot/mplayer/main/playtree.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- playtree.c 20 Feb 2002 17:03:35 -0000 1.8
+++ playtree.c 21 Feb 2002 13:11:31 -0000 1.9
@@ -472,7 +472,7 @@
}
if(iter->config && iter->entry_pushed > 0) {
- iter->entry_pushed=1;
+ iter->entry_pushed = 0;
m_config_pop(iter->config);
}
@@ -534,7 +534,7 @@
if(iter->config) {
play_tree_iter_push_params(iter);
- iter->entry_pushed=0;
+ iter->entry_pushed = 1;
}
return PLAY_TREE_ITER_ENTRY;
More information about the MPlayer-cvslog
mailing list