[vlc-devel] commit: macosx: Fix assert. (hum). (Pierre d'Herbemont )
git version control
git at videolan.org
Sun Jun 15 22:49:46 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sun Jun 15 22:51:13 2008 +0200| [ee1ba2fd72f46d28e92709cf3b0ef2fd70851b4e]
macosx: Fix assert. (hum).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ee1ba2fd72f46d28e92709cf3b0ef2fd70851b4e
---
modules/gui/macosx/playlist.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m
index beb617c..10b3d9f 100644
--- a/modules/gui/macosx/playlist.m
+++ b/modules/gui/macosx/playlist.m
@@ -148,7 +148,7 @@
int i_return = 0;
playlist_item_t *p_item = NULL;
playlist_t * p_playlist = pl_Yield( VLCIntf );
- assert( outlineView != o_outline_view );
+ assert( outlineView == o_outline_view );
if( !item )
p_item = p_playlist->p_root_category;
More information about the vlc-devel
mailing list