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 519dae9 commit c1c59cfCopy full SHA for c1c59cf
src/detection/sound/sound_haiku.cpp
@@ -72,7 +72,7 @@ const char* ffDetectSound(FFlist* devices /* List of FFSoundDevice */)
72
73
if (mute)
74
{
75
- bool isMute = false;
+ int32 isMute = false;
76
size = sizeof(isMute);
77
if (mute->GetValue(&isMute, &size, &when) == B_OK && isMute)
78
return NULL;
0 commit comments