From 52f8ccc47889f56b2731a9a46b4ef2b6e6534c55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Thu, 13 Sep 2007 19:52:07 +0000 Subject: [PATCH] Remove debug not intended to be committed, however feel free to use it --- src/playlist/engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playlist/engine.c b/src/playlist/engine.c index 4dcbead074..1c9d8f40fd 100644 --- a/src/playlist/engine.c +++ b/src/playlist/engine.c @@ -489,7 +489,7 @@ void playlist_PreparseLoop( playlist_preparse_t *p_obj ) return; } } - printf( "pointer playlist XX: %p\n", p_current->lock.p_this ); + p_current = p_obj->pp_waiting[0]; REMOVE_ELEM( p_obj->pp_waiting, p_obj->i_waiting, 0 ); vlc_mutex_unlock( &p_obj->object_lock ); -- 2.39.2