This commit is contained in:
illiliti
2020-11-11 20:37:54 +03:00
parent 3b3d86d666
commit 4e31ed15b5

View File

@@ -334,6 +334,7 @@ static int populate_bit(unsigned long *arr, const char *val)
return 0;
}
// TODO remove. strtoul is able to handle this
bit = strtok_r(bits, " ", &save);
for (i = 0; bit && i < BITS_MAX; i++) {