mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
fix condition
svn path=/trunk/; revision=30642
This commit is contained in:
parent
5d2b1b1435
commit
8780344b1b
1 changed files with 1 additions and 1 deletions
|
@ -5388,7 +5388,7 @@ Return Value:
|
||||||
//
|
//
|
||||||
|
|
||||||
if ((Srb->Lun != 0) ||
|
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.
|
// Indicate no device found at this address.
|
||||||
|
|
Loading…
Reference in a new issue