mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
12 lines
268 B
Diff
12 lines
268 B
Diff
--- a/libcrystalhd_int_if.cpp
|
|
+++ b/libcrystalhd_int_if.cpp
|
|
@@ -880,7 +880,7 @@
|
|
pIoctlData,
|
|
AllocSz,
|
|
(LPDWORD)&BytesReturned,
|
|
- NULL))
|
|
+ false))
|
|
{
|
|
DebugLog_Trace(LDIL_DBG,"DtsDevMemWr: DeviceIoControl Failed\n");
|
|
return BC_STS_ERROR;
|