• Show log

    Commit

  • Hash : de85d612
    Author : Sam Lantinga
    Date : 2021-01-25T20:51:47

    Fixed bug 5497 - SDL_COMPOSE_ERROR is wrong
    
    UMU
    
    #define SDL_COMPOSE_ERROR(str) SDL_STRINGIFY_ARG(__FUNCTION__) ", " str
    
    I think SDL_STRINGIFY_ARG should be removed.
    
    #define SDL_COMPOSE_ERROR(str) __FUNCTION__ ", " str
    
    (verified with Visual Studio 2019)
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags