mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Cleanup
This commit is contained in:
parent
4a7f9775bf
commit
6df9c7ca30
@ -581,7 +581,7 @@ static void task_save_handler(retro_task_t *task)
|
||||
|
||||
if (task_get_cancelled(task) || written != remaining)
|
||||
{
|
||||
char err[PATH_MAX_LENGTH];
|
||||
char err[256];
|
||||
|
||||
err[0] = '\0';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user