Commit b8566bb7 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: updated str_format_meta argument

parent 49256c8d
...@@ -261,7 +261,7 @@ static VLCCoreInteraction *_o_sharedInstance = nil; ...@@ -261,7 +261,7 @@ static VLCCoreInteraction *_o_sharedInstance = nil;
NSString *o_name; NSString *o_name;
char *format = var_InheritString( VLCIntf, "input-title-format" ); 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 ); free( format );
o_name = [NSString stringWithUTF8String:formated]; o_name = [NSString stringWithUTF8String:formated];
free( formated ); free( formated );
......
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