mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-20 15:30:17 +00:00
Fix incompatible pointer type warning
This commit is contained in:
@@ -202,7 +202,7 @@
|
|||||||
if (![resp isStatusOk]) {
|
if (![resp isStatusOk]) {
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
long pairedStatus;
|
NSInteger pairedStatus;
|
||||||
|
|
||||||
if (![resp getIntTag:@"paired" value:&pairedStatus]) {
|
if (![resp getIntTag:@"paired" value:&pairedStatus]) {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user