mirror of
https://github.com/reactos/reactos.git
synced 2025-06-15 00:10:01 +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))
|
||||
return TRUE;
|
||||
else
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static KSDISPATCH_TABLE PinTable =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue