mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Fix pointer comparison.
This commit is contained in:
@@ -166,5 +166,5 @@ uint8_t linux_get_usb_data(const char* devicePath,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return descLen != 0;
|
return *descLen != 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user