Commit 3908f954 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MacOS: compile fix for playlist.m

parent 9f26c14b
......@@ -1781,7 +1781,7 @@
for( i = 0; i < (int)[o_values count]; i++)
{
NSDictionary *o_dic;
char *psz_uri = make_URI([[o_values objectAtIndex:i] UTF8String]);
char *psz_uri = make_URI([[o_values objectAtIndex:i] UTF8String], NULL);
if( !psz_uri )
continue;
......
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