This commit is contained in:
twinaphex 2017-09-09 20:10:28 +02:00
parent 4a7f9775bf
commit 6df9c7ca30

View File

@ -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';