mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 10:07:40 +08:00
Fix All flag
This commit is contained in:
parent
56b5289b2f
commit
0403ec0a56
@ -229,7 +229,7 @@ bitflags! {
|
|||||||
let mut all = 0;
|
let mut all = 0;
|
||||||
|
|
||||||
let mut exp = 0;
|
let mut exp = 0;
|
||||||
while exp < 24 {
|
while exp <= 24 {
|
||||||
all |= 1 << exp;
|
all |= 1 << exp;
|
||||||
exp += 1;
|
exp += 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user