[vlc-commits] macosx: updated str_format_meta argument

Felix Paul Kühne git at videolan.org
Fri Aug 24 12:32:25 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Aug 24 11:49:33 2012 +0200| [b8566bb71d215ed4247febbd2a72ed30f93e8b22] | committer: Felix Paul Kühne

macosx: updated str_format_meta argument

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8566bb71d215ed4247febbd2a72ed30f93e8b22
---

 modules/gui/macosx/CoreInteraction.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/CoreInteraction.m b/modules/gui/macosx/CoreInteraction.m
index e88105b..8d778fd 100644
--- a/modules/gui/macosx/CoreInteraction.m
+++ b/modules/gui/macosx/CoreInteraction.m
@@ -261,7 +261,7 @@ static VLCCoreInteraction *_o_sharedInstance = nil;
 
     NSString *o_name;
     char *format = var_InheritString( VLCIntf, "input-title-format" );
-    char *formated = str_format_meta( p_input, format );
+    char *formated = str_format_meta( pl_Get( VLCIntf ), format );
     free( format );
     o_name = [NSString stringWithUTF8String:formated];
     free( formated );



More information about the vlc-commits mailing list