Commit c0ddfbfb authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* fix OSX info dialog lockup due to changed info accessor methods.

parent c31b37a2
...@@ -114,9 +114,9 @@ ...@@ -114,9 +114,9 @@
[NSString stringWithCString:p_item->input.psz_name] : [NSString stringWithCString:p_item->input.psz_name] :
[NSString stringWithUTF8String:p_item->input.psz_name]]; [NSString stringWithUTF8String:p_item->input.psz_name]];
} }
psz_temp = vlc_input_item_GetInfo( &p_item->input, _("General"), _("Author") );
vlc_mutex_unlock( &p_item->input.lock ); vlc_mutex_unlock( &p_item->input.lock );
psz_temp = vlc_input_item_GetInfo( &p_item->input, _("General"), _("Author") );
if( psz_temp ) if( psz_temp )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment