mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-04-03 14:27:04 +00:00
When OpenProcessToken fails, the function returned -1, which would be true when converted to bool. This is wrong, and it should be returning false.