nwrkbiz / android-xserver

Maintaining the original project to make it work again with new Android versions.
MIT License
167 stars 18 forks source link

InputOutput readLong function is broken #16

Closed nwrkbiz closed 3 years ago

nwrkbiz commented 3 years ago

Bitwise operators only work correctly if done on the same datatypes. A cast is needed.