Commit 29199056202d24246c3115778e0946176e69257a

Philipp Wiesemann 2015-07-15T21:11:24

PSP: Fixed error handling in SDL_SemWaitTimeout(). Signed integers were converted to unsigned before being checked if smaller 0. Found by Cppcheck.