[slinkelist] duplicate disc solution (hopefully)

Sinan Karasu allahsiz@home.com
Tue, 11 Jan 2000 21:16:04 -0800


----- Original Message -----
From: "David Aue" <aue@nirvis.com>
To: "Rein" <whoami@home.nl>
Cc: <slinkelist@nirvis.com>
Sent: Tuesday, January 11, 2000 4:20 PM
Subject: Re: [slinkelist] duplicate disc solution (hopefully)


> This shouldn't work because when CDJ loads a disc it always checks if the
> TOC info matches the CDJID.  If you increment it by one then it will no
> longer match and CDJ will think it has the wrong CD causing another
lookup.
>
> David
>

Actually, lets follow this. The stated number is  810E100B1 which is 36
bits. So somehow
the comparison routine ( only checking the first 8 characters/32 bits
maybe?) and it gets a
match, so CDJ is happy. Access sees 8 characters/32 bits , or maybe 64 bits
and no match
and so  it is happy.

 So no re-checking is done, and everyone is happy. Sounds like a bug/feature
that
could have been written easily.

Sinan