Fix incompatible pointer type warning

This commit is contained in:
Cameron Gutman
2019-10-21 17:05:03 -07:00
parent 12e7dd2181
commit 7dca4c6c63

View File

@@ -202,7 +202,7 @@
if (![resp isStatusOk]) {
return false;
} else {
long pairedStatus;
NSInteger pairedStatus;
if (![resp getIntTag:@"paired" value:&pairedStatus]) {
return false;