mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
fix condition
svn path=/trunk/; revision=30642
This commit is contained in:
@@ -5388,7 +5388,7 @@ Return Value:
|
||||
//
|
||||
|
||||
if ((Srb->Lun != 0) ||
|
||||
(!deviceExtension->DeviceFlags[Srb->TargetId] & DFLAGS_DEVICE_PRESENT)) {
|
||||
(!(deviceExtension->DeviceFlags[Srb->TargetId] & DFLAGS_DEVICE_PRESENT))) {
|
||||
|
||||
//
|
||||
// Indicate no device found at this address.
|
||||
|
||||
Reference in New Issue
Block a user