Edit

kc3-lang/SDL/src/thread/psp

Branch :

  • Show log

    Commit

  • Author : Philipp Wiesemann
    Date : 2015-07-15 21:11:24
    Hash : 29199056
    Message : PSP: Fixed error handling in SDL_SemWaitTimeout(). Signed integers were converted to unsigned before being checked if smaller 0. Found by Cppcheck.