]> Repos - portaudio/commitdiff
PA/CoreAudio: fixed copy-pasto: last host error was being associated with paInDevelop...
authorrbencina <rbencina@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 5 Nov 2014 01:03:57 +0000 (01:03 +0000)
committerrbencina <rbencina@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 5 Nov 2014 01:03:57 +0000 (01:03 +0000)
src/hostapi/coreaudio/pa_mac_core.c

index 5e4fa5131b0e16f9646c45c7aeea275ec03f08e6..58c7b62f2e2f5cf31a6a18165dbcb8414dc945d9 100644 (file)
@@ -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.