Closed GoogleCodeExporter closed 9 years ago
Please change NSMutableArray *requestIDs = [NSMutableSet setWithCapacity:numberOfQueries]; To NSMutableArray *requestIDs = [NSMutableArray arrayWithArray:[[NSMutableSet setWithCapacity:numberOfQueries] allObjects]]; In GTLService.m
Original issue reported on code.google.com by fulldec...@gmail.com on 12 Jun 2013 at 1:16
fulldec...@gmail.com
Thank you for pointing out the issue. https://code.google.com/p/google-api-objectivec-client/source/detail?r=323
Original comment by grobb...@google.com on 12 Jun 2013 at 8:11
grobb...@google.com
Original issue reported on code.google.com by
fulldec...@gmail.com
on 12 Jun 2013 at 1:16