1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-24 08:10:05 +02:00

Fix compile error for last bug 11 Device Toolbar commit

This commit is contained in:
mchinen 2011-01-02 17:37:14 +00:00
parent d22b3b4f5e
commit 267ce301cf

View File

@ -155,7 +155,7 @@ static void AddSources(int deviceIndex, int rate, wxArrayString *descs, std::vec
isInput ? NULL : &parameters,
rate, paFramesPerBufferUnspecified,
paClipOff | paDitherOff,
audacityAudioCallback, NULL);
NULL, NULL);
if (stream) {
AddSourcesFromStream(deviceIndex, devName, descs, maps, stream);
Pa_CloseStream(stream);