]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lib: fix parsing of "11542."
authorVincent Bernat <bernat@luffy.cx>
Wed, 24 Jul 2013 22:39:39 +0000 (00:39 +0200)
committerVincent Bernat <bernat@luffy.cx>
Wed, 24 Jul 2013 22:39:39 +0000 (00:39 +0200)
commit96f2411a2bbf985d5575489747a904ccc0f6594a
tree1ac31c5aeb7e56a4740ec7c150f0d961041968a7
parentf730f6c5f6488be68fef5dbee01677b9cf8194ac
lib: fix parsing of "11542."

The case was correctly handled but clz() does not handle 0 as its
argument.
src/lib/fixedpoint.c