Changeset 476
- Timestamp:
- 03/14/03 21:50:14 (7 years ago)
- File:
-
- 1 edited
-
portaudio/branches/V18-patch/pa_common/pa_lib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
portaudio/branches/V18-patch/pa_common/pa_lib.c
r439 r476 636 636 /* May already be in native format so just write directly to native buffer. */ 637 637 outputBuffer = (past->past_OutputSampleFormat == paInt16) ? 638 nativeOutputBuffer : past->past_OutputBuffer;638 (void*)nativeOutputBuffer : past->past_OutputBuffer; 639 639 } 640 640 /*
Note: See TracChangeset
for help on using the changeset viewer.
