diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-08-04 22:59:58 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-08-04 22:59:58 +0200 |
commit | 869c9031608f0796bb4363d5de5db058fe96fedd (patch) | |
tree | c4569f8c48ae4e6e5f046642264e71ad811312d7 /extras | |
parent | ce0119d98af6d8306f0877bd30adda945d1a3621 (diff) |
libudev: list - use binary search for list lookup
Diffstat (limited to 'extras')
-rw-r--r-- | extras/collect/collect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/collect/collect.c b/extras/collect/collect.c index 17b3df372f..f78f3b778e 100644 --- a/extras/collect/collect.c +++ b/extras/collect/collect.c @@ -400,7 +400,7 @@ int main(int argc, char **argv) goto exit; } - udev_list_init(&bunch); + udev_list_node_init(&bunch); if (debug) fprintf(stderr, "Using checkpoint '%s'\n", checkpoint); |