Fix MP3 finding stack crash

This commit is contained in:
erorcun
2021-06-28 17:11:12 +03:00
parent cb3b3855b8
commit 22e8e0eff8
2 changed files with 48 additions and 99 deletions

View File

@ -143,7 +143,7 @@ typedef void* HANDLE;
struct WIN32_FIND_DATA {
char extension[32]; // for searching
char folder[32]; // for searching
char folder[MAX_PATH]; // for searching
char cFileName[256]; // because tSkinInfo has it 256
time_t ftLastWriteTime;
};