SCSI CD_TOC wrong change reverted.

This commit is contained in:
Toni Wilen 2023-02-11 20:22:15 +02:00
parent 31e4db9c38
commit 3668b17c9d

View File

@ -1279,7 +1279,7 @@ static int addtocentry (uae_u8 **dstp, int *len, int point, int newpoint, int ms
return 1;
}
}
return 0;
return -1;
}
static int scsiemudrv (int unitnum, uae_u8 *cmd)