mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2024-12-26 22:30:54 +00:00
Fix issue preventing scsi selection
This commit is contained in:
parent
c8eb8a88f4
commit
d1e5c214e9
@ -665,7 +665,7 @@ static void process_SelectionPhase()
|
||||
S2S_Target* target = NULL;
|
||||
for (int testIdx = 0; testIdx < 8; ++testIdx)
|
||||
{
|
||||
target = s2s_DeviceFindByScsiId(1 << testIdx);
|
||||
target = s2s_DeviceFindByScsiId(testIdx);
|
||||
if (target)
|
||||
{
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user