From 4e31ed15b5a35327b2aad5322f4eded7d6087cd1 Mon Sep 17 00:00:00 2001 From: illiliti Date: Wed, 11 Nov 2020 20:37:54 +0300 Subject: [PATCH] add todo --- udev_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/udev_device.c b/udev_device.c index 5d9a86b..bd03d40 100644 --- a/udev_device.c +++ b/udev_device.c @@ -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++) {