Edit

kc3-lang/SDL/src

Branch :

  • Show log

    Commit

  • Author : Sebastian Krzyszkowiak
    Date : 2021-08-10 13:08:27
    Hash : b3a989d0
    Message : video: Fix false positives in driver name comparison Without this change, driver names don't get matched correctly; for example "x" can get matched with "x11" since it only checks whether the string matches up to the length of the requested driver name.