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