mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 00:54:18 +00:00
[KMIXER]
- Fix Pin_fnFastWrite return value in failure case. Patch by Vincenzo Cotugno svn path=/trunk/; revision=57282
This commit is contained in:
parent
39fa117fd6
commit
f9201cb0dd
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ Pin_fnFastWrite(
|
||||||
if (NT_SUCCESS(Status))
|
if (NT_SUCCESS(Status))
|
||||||
return TRUE;
|
return TRUE;
|
||||||
else
|
else
|
||||||
return TRUE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static KSDISPATCH_TABLE PinTable =
|
static KSDISPATCH_TABLE PinTable =
|
||||||
|
|
Loading…
Reference in a new issue