mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-13 04:01:36 +02: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.