mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-25 02:01:05 +01:00
It SDL_SYS_EnumerateDirectory was changing the path string and passing it to the callback, causing chaos in the glob handler, which expected the original string to pass through. Fixes #15057.