Edit

kc3-lang/SDL/src/core/linux

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2020-04-08 08:42:09
    Hash : ba95fa61
    Message : Revert "Fix incorrectly terminated MakeThreadHighPriority dbus message" The first terminator is for input parameters. The second terminator was for the output parameters. If an error occurs when calling MakeThreadHighPriority(), e.g. a bad thread id, then the reply from connection_send_with_reply_and_block() will be null.