mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +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:
@@ -673,7 +673,7 @@ Pin_fnFastWrite(
|
||||
if (NT_SUCCESS(Status))
|
||||
return TRUE;
|
||||
else
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static KSDISPATCH_TABLE PinTable =
|
||||
|
||||
Reference in New Issue
Block a user