]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Sources/VLCLibrary.m
osx/framework: propagate NSInteger and NSUInteger
[vlc] / projects / macosx / framework / Sources / VLCLibrary.m
index d36dbc0bbd2d4eb29d84c89090260a0a383b5553..4a58f5c02affffe0d59a8bd7d2a5b9b6fe6549a6 100644 (file)
@@ -83,7 +83,7 @@ void __catch_exception( void * e, const char * function, const char * file, int
             vlcParams = defaultParams;
         }
 
-        int paramNum = 0;
+        NSUInteger paramNum = 0;
         NSUInteger count = [vlcParams count];
         const char *lib_vlc_params[count];
         while (paramNum < count) {