Changeset 1314

Show
Ignore:
Timestamp:
01/13/08 17:25:15 (8 months ago)
Author:
aknudsen
Message:

Fix call to PaUtil?_SetLastHostErrorInfo in OSS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • portaudio/branches/v19-devel/src/hostapi/oss/pa_unix_oss.c

    r1313 r1314  
    9898            if( (code) == paUnanticipatedHostError && pthread_self() == mainThread_ ) \ 
    9999            { \ 
    100                 PaUtil_SetLastHostErrorInfo( paALSA, sysErr_, strerror( errno ) ); \ 
     100                PaUtil_SetLastHostErrorInfo( paOSS, sysErr_, strerror( errno ) ); \ 
    101101            } \ 
    102102            \