summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pulsecore/bitset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/bitset.h b/src/pulsecore/bitset.h
index 21e840af..95f5cfce 100644
--- a/src/pulsecore/bitset.h
+++ b/src/pulsecore/bitset.h
@@ -26,7 +26,7 @@
#include <pulsecore/macro.h>
#define PA_BITSET_ELEMENTS(n) (((n)+31)/32)
-#define PA_BITSET_SIZE(n) (PA_BITSET_ELEMENTS(n)*32)
+#define PA_BITSET_SIZE(n) (PA_BITSET_ELEMENTS(n)*4)
typedef uint32_t pa_bitset_t;