deltabeard / ctrmus

3DS Music Player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selecting a file may not be possible after a number of playbacks

deltabeard opened this issue · comments

The file name variable becomes corrupted, sometimes changing to an arrow and a bracket. I suspect this is due to the asprintf maybe?

This is because I called closedir() before I used the pointers returned by readdir().

Fixed schoolboy error.