Changeset 1308

Show
Ignore:
Timestamp:
12/25/07 21:45:15 (8 months ago)
Author:
gordon_gidluck
Message:

pa_devs.c changed reference from Pa_CountDevices to Pa_GetDeviceCount

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • portaudio/branches/v19-devel/test/pa_devs.c

    r1097 r1308  
    114114    if( numDevices < 0 ) 
    115115    { 
    116         printf( "ERROR: Pa_CountDevices returned 0x%x\n", numDevices ); 
     116        printf( "ERROR: Pa_GetDeviceCount returned 0x%x\n", numDevices ); 
    117117        err = numDevices; 
    118118        goto error;