aboutsummaryrefslogtreecommitdiffstats
path: root/community/libcrystalhd/musl-1.2.3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libcrystalhd/musl-1.2.3.patch')
-rw-r--r--community/libcrystalhd/musl-1.2.3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/libcrystalhd/musl-1.2.3.patch b/community/libcrystalhd/musl-1.2.3.patch
new file mode 100644
index 00000000000..92e84df6205
--- /dev/null
+++ b/community/libcrystalhd/musl-1.2.3.patch
@@ -0,0 +1,11 @@
+--- 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;