From: rbencina Date: Wed, 5 Nov 2014 01:03:57 +0000 (+0000) Subject: PA/CoreAudio: fixed copy-pasto: last host error was being associated with paInDevelop... X-Git-Tag: pa_stable_v190600_20161030~47 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=7f4f7e44cbe6a26b1d323978dd5b7b48870a3266;p=portaudio PA/CoreAudio: fixed copy-pasto: last host error was being associated with paInDevelopment host api not paCoreAudio --- diff --git a/src/hostapi/coreaudio/pa_mac_core.c b/src/hostapi/coreaudio/pa_mac_core.c index 5e4fa51..58c7b62 100644 --- a/src/hostapi/coreaudio/pa_mac_core.c +++ b/src/hostapi/coreaudio/pa_mac_core.c @@ -307,7 +307,7 @@ static PaError OpenAndSetupOneAudioUnit( /* for setting errors. */ #define PA_AUHAL_SET_LAST_HOST_ERROR( errorCode, errorText ) \ - PaUtil_SetLastHostErrorInfo( paInDevelopment, errorCode, errorText ) + PaUtil_SetLastHostErrorInfo( paCoreAudio, errorCode, errorText ) /* * Callback called when starting or stopping a stream.