Witness: working witness.cnf
[wireshark-wip.git] / macosx-support-lib-patches / portaudio-pa_mac_core.c.patch
blob26354ee056852d10bb8ad0077e5ff2ef8eb8238b
1 --- macosx-support-libs/portaudio/src/hostapi/coreaudio/pa_mac_core.c.dist 2011-10-20 02:40:12.000000000 -0700
2 +++ macosx-support-libs/portaudio/src/hostapi/coreaudio/pa_mac_core.c 2013-06-27 03:13:57.000000000 -0700
3 @@ -629,7 +629,7 @@
5 VVDBUG(("InitializeDeviceInfo(): macCoreDeviceId=%ld\n", macCoreDeviceId));
7 - memset(deviceInfo, 0, sizeof(deviceInfo));
8 + memset(deviceInfo, 0, sizeof(*deviceInfo));
10 deviceInfo->structVersion = 2;
11 deviceInfo->hostApi = hostApiIndex;