mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix typo in previous commit
This commit is contained in:
@@ -160,7 +160,7 @@ bool PortAudioRenderer::testAudio(int audioConfiguration) const
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
error = Pa_StartStream(m_Stream);
|
error = Pa_StartStream(stream);
|
||||||
if (error != paNoError) {
|
if (error != paNoError) {
|
||||||
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"Pa_StartStream() failed: %s",
|
"Pa_StartStream() failed: %s",
|
||||||
|
|||||||
Reference in New Issue
Block a user