mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
Remove debug abort() left in by accident
This commit is contained in:
parent
8b4fd58f17
commit
96c3d6cc1d
@ -346,7 +346,6 @@ ssize_t chdstream_read(chdstream_t *stream, void *data, size_t bytes)
|
||||
|
||||
if (!chdstream_load_hunk(stream, hunk))
|
||||
{
|
||||
abort();
|
||||
return -1;
|
||||
}
|
||||
memcpy(out + data_offset,
|
||||
|
Loading…
Reference in New Issue
Block a user