From: Toni Wilen Date: Sat, 11 Feb 2023 18:22:15 +0000 (+0200) Subject: SCSI CD_TOC wrong change reverted. X-Git-Tag: 5.0.0~147 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=3668b17c9d0a06af5a255950c55f065119994a94;p=francis%2Fwinuae.git SCSI CD_TOC wrong change reverted. --- diff --git a/blkdev.cpp b/blkdev.cpp index 87316f8a..19608d7d 100644 --- a/blkdev.cpp +++ b/blkdev.cpp @@ -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)