(task_database_cue.c) Put this conditional back

This commit is contained in:
LibretroAdmin 2022-08-25 05:36:48 +02:00
parent da13fb0f48
commit c841e191f7

View File

@ -141,6 +141,8 @@ static int64_t task_database_cue_get_token(intfstream_t *fd, char *token, uint64
int64_t rv = (int64_t)intfstream_read(fd, c, 1);
if (rv == 0)
return 0;
else if (rv < 1)
return -1;
switch (*c)
{