]> git.ozlabs.org Git - ccan/commitdiff
htable: fix type of cmpfn in htable_type
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 13 Jan 2011 08:55:01 +0000 (19:25 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 13 Jan 2011 08:55:01 +0000 (19:25 +1030)
It in fact takes an object and a key to compare, not two keys.

The test case had the key as first element of the object, so it worked,
but ccanlint lost track of module dependencies due to this bug, and thus
would build submodules multiple times.


No differences found