mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-09-02 15:17:00 +08:00
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.