We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d72d6 commit 39892e9Copy full SHA for 39892e9
src/AudioTools/PortAudioStream.h
@@ -92,7 +92,7 @@ class PortAudioStream : public BufferedStream {
92
}
93
94
operator boolean() {
95
- return err != paNoError;
+ return err == paNoError;
96
97
98
protected:
0 commit comments