0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

In the good way this time, (1 and 0 was swaped 10*10^10l for me ;))

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4782 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2002-02-21 13:11:31 +00:00
parent 3b8318ecd1
commit 4fd6e57d09

View File

@ -472,7 +472,7 @@ play_tree_iter_step(play_tree_iter_t* iter, int d,int with_nodes) {
}
if(iter->config && iter->entry_pushed > 0) {
iter->entry_pushed=1;
iter->entry_pushed = 0;
m_config_pop(iter->config);
}
@ -534,7 +534,7 @@ play_tree_iter_step(play_tree_iter_t* iter, int d,int with_nodes) {
if(iter->config) {
play_tree_iter_push_params(iter);
iter->entry_pushed=0;
iter->entry_pushed = 1;
}
return PLAY_TREE_ITER_ENTRY;