PA/CoreAudio: fixed copy-pasto: last host error was being associated with paInDevelopment host api not paCoreAudio
This commit is contained in:
parent
6733684fca
commit
7f4f7e44cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue