]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: utf8: remove compilator warning
authorThierry FOURNIER <tfournier@haproxy.com>
Thu, 12 Mar 2015 18:32:38 +0000 (19:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 Mar 2015 13:10:28 +0000 (14:10 +0100)
commit9e7ec0897677d434ab9de4a58da30cbf8216b2e5
treec81efd886b1463d31ab652d4fffb88f53162ecea
parent7f4942a978d2ceb7e77d904959d0824087b3ddad
BUG/MINOR: utf8: remove compilator warning

'c' is an unsigned int, obviously it is '>= 0'.
This patch remove the '>= 0' test.

this bug is repported by Dmitry Sivachenko
src/standard.c