mirror of
https://github.com/nunuhara/xsystem4.git
synced 2026-09-25 08:27:56 +03:00
Custom comparison functions for string arrays receive their arguments by value. Create a copy of the strings before pushing them to the stack to prevent them from being prematurely freed after the function call.