mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
- Passing a raw pointer to fileMask's char array to db_get_file_list seemed to be the main cause - I've also replaced the use of _strlwr with ToLowerCase on the string copy, to avoiding editing strings returned from engine function in-place - Clarified the constness of file list variable used by db_*_file_list for the same reason