[vlc-commits] commit: MacOS: compile fix for playlist.m (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Sun Jul 18 19:06:10 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 18 19:06:20 2010 +0200| [3908f9542d9465bca0af35200729c941d50fa5b2] | committer: Jean-Baptiste Kempf
MacOS: compile fix for playlist.m
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3908f9542d9465bca0af35200729c941d50fa5b2
---
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 1c19f74..7f6441b 100644
--- a/modules/gui/macosx/playlist.m
+++ b/modules/gui/macosx/playlist.m
@@ -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;
More information about the vlc-commits
mailing list