Changeset 476


Ignore:
Timestamp:
03/14/03 21:50:14 (7 years ago)
Author:
pieter
Message:

(void*)-typecast at line 638

File:
1 edited

Legend:

Unmodified
Added
Removed
  • portaudio/branches/V18-patch/pa_common/pa_lib.c

    r439 r476  
    636636        /* May already be in native format so just write directly to native buffer. */ 
    637637        outputBuffer = (past->past_OutputSampleFormat == paInt16) ? 
    638                        nativeOutputBuffer : past->past_OutputBuffer; 
     638                       (void*)nativeOutputBuffer : past->past_OutputBuffer; 
    639639    } 
    640640    /* 
Note: See TracChangeset for help on using the changeset viewer.