Commit bcd00e3b authored by Maxim Bublis's avatar Maxim Bublis Committed by Felix Paul Kühne

Fixed warning on incompatible pointer types

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 84feac28
......@@ -1097,7 +1097,7 @@ static VLCWizard *_o_sharedInstance = nil;
NSMutableArray * tempArray = [[NSMutableArray alloc] init];
int x = 0;
int y = [[o_userSelections objectForKey:@"pathToStrm"] count];
NSMutableString * tempString = [[NSMutableString alloc] init];
NSString * tempString = [[NSString alloc] init];
while( x != y)
{
NSString * fileNameToUse;
......
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