add todo
This commit is contained in:
parent
3b3d86d666
commit
4e31ed15b5
1 changed files with 1 additions and 0 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue