[vlc-devel] [PATCH v2] Fixed warning on incompatible pointer types

Maxim Bublis b at codemonkey.ru
Mon Dec 2 10:18:11 CET 2013


On Wed, Nov 20, 2013 at 1:52 PM, Maxim Bublis <b at codemonkey.ru> wrote:

> ---
>  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)
>
>
Felix?

-- 
Maxim Bublis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20131202/9432f3b2/attachment.html>


More information about the vlc-devel mailing list