From: Pierre d'Herbemont Date: Sat, 18 Aug 2007 05:17:21 +0000 (+0000) Subject: playlist.m: More 21193 fixes. X-Git-Tag: 0.9.0-test0~6423 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=74ed2874b1d3f400b27bd3e915ae73c331a7444f;p=vlc playlist.m: More 21193 fixes. --- diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m index beb3842ab6..6fcad6b426 100644 --- a/modules/gui/macosx/playlist.m +++ b/modules/gui/macosx/playlist.m @@ -296,9 +296,9 @@ char *psz_artist = input_item_GetArtist( p_item->p_input ); if( [[o_tc identifier] isEqualToString:@"2"] && !EMPTY_STR( psz_artist ) ) { - o_value = [NSString stringWithUTF8String: psz_artist )]; + o_value = [NSString stringWithUTF8String: psz_artist]; if( o_value == NULL ) - o_value = [NSString stringWithCString: psz_artist )]; + o_value = [NSString stringWithCString: psz_artist]; } else if( [[o_tc identifier] isEqualToString:@"3"] ) {