[vlc-devel] [PATCH v2] Fixed warning on incompatible pointer types
Maxim Bublis
b at codemonkey.ru
Wed Nov 20 10:52:59 CET 2013
---
modules/gui/macosx/wizard.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/wizard.m b/modules/gui/macosx/wizard.m
index 082b1e9..e8c832f 100644
--- a/modules/gui/macosx/wizard.m
+++ b/modules/gui/macosx/wizard.m
@@ -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;
--
1.8.3.4 (Apple Git-47)
More information about the vlc-devel
mailing list