aboutsummaryrefslogtreecommitdiffstats
path: root/macosx-support-lib-patches/portaudio-pa_mac_core.c.patch
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-09-01 14:43:54 -0700
committerGuy Harris <guy@alum.mit.edu>2017-09-01 21:53:30 +0000
commite1a591fc746b6d32b68a48b5d80846677ca0fffb (patch)
tree84efa14cb81143d4e345fc9fa34199c41b6c4683 /macosx-support-lib-patches/portaudio-pa_mac_core.c.patch
parent8f555e43351517f1eb51f04a960936c9fef9a02a (diff)
Get rid of no-longer-needed patches to PortAudio.
The version of PortAudio we now specify has both of those problems fixed. Change-Id: I7364a5dfac1aac4799347a88f3e89fcb52f57d32 Reviewed-on: https://code.wireshark.org/review/23356 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'macosx-support-lib-patches/portaudio-pa_mac_core.c.patch')
-rw-r--r--macosx-support-lib-patches/portaudio-pa_mac_core.c.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/macosx-support-lib-patches/portaudio-pa_mac_core.c.patch b/macosx-support-lib-patches/portaudio-pa_mac_core.c.patch
deleted file mode 100644
index 26354ee056..0000000000
--- a/macosx-support-lib-patches/portaudio-pa_mac_core.c.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- macosx-support-libs/portaudio/src/hostapi/coreaudio/pa_mac_core.c.dist 2011-10-20 02:40:12.000000000 -0700
-+++ macosx-support-libs/portaudio/src/hostapi/coreaudio/pa_mac_core.c 2013-06-27 03:13:57.000000000 -0700
-@@ -629,7 +629,7 @@
-
- VVDBUG(("InitializeDeviceInfo(): macCoreDeviceId=%ld\n", macCoreDeviceId));
-
-- memset(deviceInfo, 0, sizeof(deviceInfo));
-+ memset(deviceInfo, 0, sizeof(*deviceInfo));
-
- deviceInfo->structVersion = 2;
- deviceInfo->hostApi = hostApiIndex;