Edit

kc3-lang/SDL/src/stdlib

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2014-06-21 11:52:53
    Hash : 0d673844
    Message : Fixed bug 2596 - SDL_SetError fails on on NULL on systems with vsnprintf sfalexrog On systems with vsnprintf call SDL_SetError fails when passed a NULL as an argument. SDL's implementation checks for NULL (as seen in the commit: https://hg.libsdl.org/SDL/rev/835403a6aec8), but system implementation may crash.