aboutsummaryrefslogtreecommitdiffstats
path: root/src/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.c')
-rw-r--r--src/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memory.c b/src/memory.c
index 39621da..4cfb7da 100644
--- a/src/memory.c
+++ b/src/memory.c
@@ -61,7 +61,7 @@ static void update_configuration(struct Memory *m,
const struct MTState *state)
{
const struct MTFinger *f = state->finger;
- unsigned fingers = BITONES(state->nfinger);
+ bitmask_t fingers = BITONES(state->nfinger);
int i;
m->added = 0;
foreach_bit(i, fingers)